From 77d8228b11cc0701588bd3aa3a2eced1b19822c6 Mon Sep 17 00:00:00 2001 From: OlteanuRares Date: Thu, 5 Feb 2026 14:49:01 +0200 Subject: [PATCH] OCTO-11150-bump-project-version-to-2.2.20 --- docs/conf.py | 4 ++-- setup.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index f088acc2..479cdee8 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -53,9 +53,9 @@ # built documents. # # The short X.Y version. -version = '2.2.20.dev' +version = '2.2.20' # The full version, including alpha/beta/rc tags. -release = '2.2.20.dev' +release = '2.2.20' # 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 c0e3ff44..8fc77bb2 100644 --- a/setup.py +++ b/setup.py @@ -20,7 +20,7 @@ setup( name="pycaption", - version="2.2.20.dev", + version="2.2.20", description="Closed caption converter", long_description=open(README_PATH).read(), author="Joe Norton",