Skip to content

Commit

Permalink
bump version to 2.2.12.dev5
Browse files Browse the repository at this point in the history
  • Loading branch information
OlteanuRares committed Aug 28, 2024
1 parent 306322f commit 283d270
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ Changelog
- Mid-row codes only add spaces only if the previous command is not break
- Remove spaces to the end of the lines
- CaptionLineLengthError is now raised if the cursor goes after column 32 instead of string length over 32
- Change error message for the 32 character limit.
- Close italics on receiving another style setting command.
- Throw an CaptionReadNoCaptions error in case of empty input file are provided

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.12.dev4',
version='2.2.12.dev5',
description='Closed caption converter',
long_description=open(README_PATH).read(),
author='Joe Norton',
Expand Down

0 comments on commit 283d270

Please sign in to comment.