Skip to content

Commit

Permalink
Updated version to 2.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
ana-nichifor committed Apr 19, 2022
1 parent 0837211 commit 7701c96
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.8
^^^^^
- Added support for Python 3.10
- Added default start align to WebVTTWriter

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.7'
version = '2.0.8'
# The full version, including alpha/beta/rc tags.
release = '2.0.7'
release = '2.0.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 @@ -20,7 +20,7 @@

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

0 comments on commit 7701c96

Please sign in to comment.