From 34fea67cff4fe9901a70fc96492b4c2661d9f357 Mon Sep 17 00:00:00 2001 From: OlteanuRares Date: Wed, 28 Feb 2024 14:17:34 +0200 Subject: [PATCH] bump version to 2.2.6.dev --- docs/changelog.rst | 9 +++++++++ docs/conf.py | 4 ++-- setup.py | 2 +- 3 files changed, 12 insertions(+), 3 deletions(-) diff --git a/docs/changelog.rst b/docs/changelog.rst index 0e30cf30..bc557473 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -1,5 +1,14 @@ Changelog --------- +2.2.6 +^^^^^ +- Fix positioning to avoid linebreaks when we have both a break and a repositioning commands. +- Add logic to reset close italics tags if a new instruction that sets text to plain follow. +- Fix to honor spaces before inline italic commands. + +2.2.5 +^^^^^ +- Yank. 2.2.4 ^^^^^ - Skip duplicated extended characters. diff --git a/docs/conf.py b/docs/conf.py index 3d8b4b2a..a452cc1d 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -53,9 +53,9 @@ # built documents. # # The short X.Y version. -version = '2.2.4' +version = '2.2.6' # The full version, including alpha/beta/rc tags. -release = '2.2.4' +release = '2.2.6' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/setup.py b/setup.py index 7c1c3858..e7ffb5c6 100644 --- a/setup.py +++ b/setup.py @@ -24,7 +24,7 @@ setup( name='pycaption', - version='2.2.4', + version='2.2.6.dev', description='Closed caption converter', long_description=open(README_PATH).read(), author='Joe Norton',