Skip to content

Commit

Permalink
Updated version to 2.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
ana-nichifor committed Mar 8, 2022
1 parent 27bdd9a commit b000154
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Changelog
---------
Unreleased
^^^^^^^^^^
2.0.6
^^^^^
- Updated Size.from_string() to accept 0 size without measuring unit
- Replaced ValueError with CaptionReadSyntaxError for invalid sizes passed to Size.from_string()
- Updated DFXPReader timestamp validation according to TTML time expression specs
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.0.5'
version = '2.0.6'
# The full version, including alpha/beta/rc tags.
release = '2.0.5'
release = '2.0.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 @@ -15,7 +15,7 @@

setup(
name='pycaption',
version='2.0.5',
version='2.0.6',
description='Closed caption converter',
long_description=open(README_PATH).read(),
author='Joe Norton',
Expand Down

0 comments on commit b000154

Please sign in to comment.