diff --git a/docs/changelog.rst b/docs/changelog.rst index e2e02305..cf162738 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -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 diff --git a/setup.py b/setup.py index 2f1bdffb..dc03856f 100644 --- a/setup.py +++ b/setup.py @@ -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',