Skip to content

Commit c543963

Browse files
Version 1.12.0. Copyright: 2016-2025 (#295)
1 parent 8805cc5 commit c543963

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/source/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,13 +27,13 @@
2727

2828
project = u'testgres'
2929
package_name = u'testgres'
30-
copyright = u'2016-2023, Postgres Professional'
30+
copyright = u'2016-2025, Postgres Professional'
3131
author = u'Postgres Professional'
3232

3333
# The short X.Y version
3434
version = u''
3535
# The full version, including alpha/beta/rc tags
36-
release = u'1.5'
36+
release = u'1.12.0'
3737

3838
# -- General configuration ---------------------------------------------------
3939

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
readme = f.read()
2929

3030
setup(
31-
version='1.11.1',
31+
version='1.12.0',
3232
name='testgres',
3333
packages=['testgres', 'testgres.impl'],
3434
package_dir={"testgres": "src"},

0 commit comments

Comments
 (0)