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"},