Skip to content

Commit

Permalink
bump version to 2.2.6.dev
Browse files Browse the repository at this point in the history
  • Loading branch information
OlteanuRares committed Feb 28, 2024
1 parent 79e829d commit 34fea67
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
9 changes: 9 additions & 0 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 34fea67

Please sign in to comment.