Skip to content

Commit

Permalink
bump version to 2.2.8.dev1
Browse files Browse the repository at this point in the history
  • Loading branch information
OlteanuRares committed May 20, 2024
1 parent a3f4172 commit 4f5b2b6
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
@@ -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.
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.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.
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.7',
version='2.2.8.dev1',
description='Closed caption converter',
long_description=open(README_PATH).read(),
author='Joe Norton',
Expand Down

0 comments on commit 4f5b2b6

Please sign in to comment.