File tree Expand file tree Collapse file tree 4 files changed +7
-7
lines changed
Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 186186 same "printed page" as the copyright notice for easier
187187 identification within third-party archives.
188188
189- Copyright (c) 2012-2025 PBS.org
189+ Copyright (c) 2012-2026 PBS.org
190190
191191 Licensed under the Apache License, Version 2.0 (the "License");
192192 you may not use this file except in compliance with the License.
Original file line number Diff line number Diff line change @@ -7,15 +7,15 @@ py-caption
77to read content into a CaptionSet object, and then use one of the Writers to
88output the CaptionSet into captions of your desired format.
99
10- Tested with Python versions 3.8, 3.9, 3. 10, 3.11 and 3.12.
10+ Tested with Python versions 3.10, 3.11 and 3.12.
1111(for Python 2 use pycaption < 1.0.0)
1212
1313For details, see the `documentation <http://pycaption.readthedocs.org >`__.
1414
1515License
1616-------
1717
18- This module is Copyright (c) 2012-2025 PBS.org and is available under the `Apache
18+ This module is Copyright (c) 2012-2026 PBS.org and is available under the `Apache
1919License, Version 2.0 <http://www.apache.org/licenses/LICENSE-2.0> `__.
2020
2121.. |Build Status | image :: https://github.com/pbs/pycaption/actions/workflows/unit_tests.yml/badge.svg
Original file line number Diff line number Diff line change 4545
4646# General information about the project.
4747project = 'pycaption'
48- copyright = '2012-2025 , PBS.org ' \
48+ copyright = '2012-2026 , PBS.org ' \
4949 '(available under the Apache License, Version 2.0)'
5050
5151# The version info for the project you're documenting, acts as replacement for
5252# |version| and |release|, also used in various other places throughout the
5353# built documents.
5454#
5555# The short X.Y version.
56- version = '2.2.19 '
56+ version = '2.2.20.dev '
5757# The full version, including alpha/beta/rc tags.
58- release = '2.2.19 '
58+ release = '2.2.20.dev '
5959
6060# The language for content autogenerated by Sphinx. Refer to documentation
6161# for a list of supported languages.
Original file line number Diff line number Diff line change 2020
2121setup (
2222 name = "pycaption" ,
23- version = "2.2.19 " ,
23+ version = "2.2.20.dev " ,
2424 description = "Closed caption converter" ,
2525 long_description = open (README_PATH ).read (),
2626 author = "Joe Norton" ,
You can’t perform that action at this time.
0 commit comments