diff --git a/docs/changelog.rst b/docs/changelog.rst index 187f63ef..8350eaa1 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -1,5 +1,11 @@ Changelog --------- +2.2.8 +^^^^^ +- Honor backspaces on captions in scc files +- When mid-row code is at start of new line, don't add space to the end of previous line +- Background color codes to delete the space in front +- Change Apache copyright licensing (ending) copyright year 2.2.7 ^^^^^ - The cursor moves automatically one column to the right after each character or Mid-Row Code received. diff --git a/docs/conf.py b/docs/conf.py index d5ec9d6f..25a98ab3 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -53,9 +53,9 @@ # built documents. # # The short X.Y version. -version = '2.2.7' +version = '2.2.8' # The full version, including alpha/beta/rc tags. -release = '2.2.7' +release = '2.2.8' # 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 9c9433b5..6f572094 100644 --- a/setup.py +++ b/setup.py @@ -24,7 +24,7 @@ setup( name='pycaption', - version='2.2.7', + version='2.2.8.dev1', description='Closed caption converter', long_description=open(README_PATH).read(), author='Joe Norton',