Thanks to visit codestin.com Credit goes to github.com
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 daa2b7b commit 330fd9aCopy full SHA for 330fd9a
setup.py
@@ -27,7 +27,7 @@
27
readme = f.read()
28
29
setup(
30
- version='1.10.5',
+ version='1.11.0',
31
name='testgres',
32
packages=['testgres', 'testgres.operations'],
33
description='Testing utility for PostgreSQL and its extensions',
testgres/plugins/pg_probackup2/setup.py
@@ -4,7 +4,7 @@
4
from distutils.core import setup
5
6
7
- version='0.0.6',
+ version='0.1.0',
8
name='testgres_pg_probackup2',
9
packages=['pg_probackup2', 'pg_probackup2.storage'],
10
description='Plugin for testgres that manages pg_probackup2',
0 commit comments