From 6f8d9535e266c7d5923c31aeced479c33aed2335 Mon Sep 17 00:00:00 2001 From: OlteanuRares Date: Tue, 30 Jan 2024 16:43:17 +0200 Subject: [PATCH] bump version to 2.2.3.dev and update changelog --- 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 f0eb8cec..67d35716 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -1,5 +1,10 @@ Changelog --------- +2.2.3.dev +^^^^^ +- Add new substitute character to ignore before extended character + in SCC input files + 2.2.2 ^^^^^ - Remove support for Python 3.6 & 3.7 diff --git a/setup.py b/setup.py index 58db01a7..022585f5 100644 --- a/setup.py +++ b/setup.py @@ -24,7 +24,7 @@ setup( name='pycaption', - version='2.2.2', + version='2.2.3.dev', description='Closed caption converter', long_description=open(README_PATH).read(), author='Joe Norton',