From ee17e35461da5af2b926cbf387112ace732624ed Mon Sep 17 00:00:00 2001 From: OlteanuRares Date: Mon, 15 Sep 2025 17:48:47 +0300 Subject: [PATCH] bump version to 2.2.18 in setup and conf and update changelog --- docs/changelog.rst | 4 ++++ docs/conf.py | 4 ++-- setup.py | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/docs/changelog.rst b/docs/changelog.rst index 91f129b3..978af420 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -1,5 +1,9 @@ Changelog --------- +2.2.18 +^^^^^^ +- Update changelog and new release tag. + 2.2.17 ^^^^^^ - Update nltk from 3.8.0 to 3.9.1. diff --git a/docs/conf.py b/docs/conf.py index ad0225ec..ccafa4da 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -53,9 +53,9 @@ # built documents. # # The short X.Y version. -version = '2.2.17' +version = '2.2.18' # The full version, including alpha/beta/rc tags. -release = '2.2.17' +release = '2.2.18' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/setup.py b/setup.py index 9add36ec..a7fba6d5 100644 --- a/setup.py +++ b/setup.py @@ -20,7 +20,7 @@ setup( name="pycaption", - version="2.2.17", + version="2.2.18", description="Closed caption converter", long_description=open(README_PATH).read(), author="Joe Norton",