Skip to content

Commit

Permalink
Merge pull request #312 from pbs/Prepare-pycaption-2.2.0-release
Browse files Browse the repository at this point in the history
Prepare-pycaption-2.2.0-release
  • Loading branch information
lorandvarga authored Nov 1, 2023
2 parents 9295160 + ec23873 commit eb6ab6e
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 20 deletions.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ py-caption
to read content into a CaptionSet object, and then use one of the Writers to
output the CaptionSet into captions of your desired format.

Tested with Python versions 3.6, 3.7, 3.8, 3.9 and 3.10.
Tested with Python versions 3.6, 3.7, 3.8, 3.9, 3.10 and 3.11.
(for Python 2 use pycaption < 1.0.0)

For details, see the `documentation <http://pycaption.readthedocs.org>`__.
Expand Down
7 changes: 7 additions & 0 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
Changelog
---------
2.2.0
^^^^^
- Added support for Python 3.11
- Added support for Beautifulsoup 4.12.2
- Remove support for Beautifulsoup < 4.12.1
- DFXP captions now end consistently with a newline

2.1.1
^^^^^
- Added nltk as transcript dependency
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.1.1'
version = '2.2.0'
# The full version, including alpha/beta/rc tags.
release = '2.1.1'
release = '2.2.0'

# 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.1.1',
version='2.2.0',
description='Closed caption converter',
long_description=open(README_PATH).read(),
author='Joe Norton',
Expand Down
2 changes: 1 addition & 1 deletion test_requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
pytest
pytest-cov
pytest-lazy-fixture
beautifulsoup4>=4.8.1
beautifulsoup4>=4.12.1
lxml>=4.9.1
cssutils>=2.0.0
15 changes: 0 additions & 15 deletions tox.ini

This file was deleted.

0 comments on commit eb6ab6e

Please sign in to comment.