We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8805cc5 commit c543963Copy full SHA for c543963
docs/source/conf.py
@@ -27,13 +27,13 @@
27
28
project = u'testgres'
29
package_name = u'testgres'
30
-copyright = u'2016-2023, Postgres Professional'
+copyright = u'2016-2025, Postgres Professional'
31
author = u'Postgres Professional'
32
33
# The short X.Y version
34
version = u''
35
# The full version, including alpha/beta/rc tags
36
-release = u'1.5'
+release = u'1.12.0'
37
38
# -- General configuration ---------------------------------------------------
39
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"},
0 commit comments