From e8e92ba243db9717752a90cd3781594ccbb66a4f Mon Sep 17 00:00:00 2001 From: "d.kovalenko" Date: Thu, 13 Nov 2025 18:12:04 +0300 Subject: [PATCH] Version 1.12.0. Copyright: 2016-2025 --- docs/source/conf.py | 4 ++-- setup.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/source/conf.py b/docs/source/conf.py index f231cd9..e931931 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -27,13 +27,13 @@ project = u'testgres' package_name = u'testgres' -copyright = u'2016-2023, Postgres Professional' +copyright = u'2016-2025, Postgres Professional' author = u'Postgres Professional' # The short X.Y version version = u'' # The full version, including alpha/beta/rc tags -release = u'1.5' +release = u'1.12.0' # -- General configuration --------------------------------------------------- diff --git a/setup.py b/setup.py index f04c22f..f5f25e3 100755 --- a/setup.py +++ b/setup.py @@ -28,7 +28,7 @@ readme = f.read() setup( - version='1.11.1', + version='1.12.0', name='testgres', packages=['testgres', 'testgres.impl'], package_dir={"testgres": "src"},