From e2f98d169bf07ed20b3b224bb903f56ccfd6b3a1 Mon Sep 17 00:00:00 2001 From: OlteanuRares Date: Wed, 10 Jan 2024 11:32:37 +0200 Subject: [PATCH] update changelog and bump version to 2.2.2.dev --- docs/changelog.rst | 5 +++++ setup.py | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/docs/changelog.rst b/docs/changelog.rst index ce5108ba..698fa116 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -1,5 +1,10 @@ Changelog --------- +2.2.2 +^^^^^ +- Remove support for Python 3.6 & 3.7 +- Restrict SCC source files to 31 characters per line (32 will throw an exception) + 2.2.1 ^^^^^ - Ignore the substitute character that comes before the extended character in SCC files. diff --git a/setup.py b/setup.py index 64708b0c..1a778c19 100644 --- a/setup.py +++ b/setup.py @@ -24,7 +24,7 @@ setup( name='pycaption', - version='2.2.1', + version='2.2.2.dev', description='Closed caption converter', long_description=open(README_PATH).read(), author='Joe Norton',