Skip to content

Commit 6546fc8

Browse files
committed
bump version to 1.3.1
1 parent a1e2ae2 commit 6546fc8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ with testgres.get_new_node('master') as master:
114114

115115
`testgres` also can help you to make benchmarks using `pgbench` from postgres installation:
116116

117-
```
117+
```python
118118
with testgres.get_new_node('master') as master:
119119
master.init().start()
120120
p = master.pg_bench_init(scale=10).pgbench(options=['-T', '60'])

Diff for: setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
setup(
44
name='testgres',
55
packages=['testgres'],
6-
version='1.3.0',
6+
version='1.3.1',
77
description='Testing utility for PostgreSQL and its extensions',
88
license='PostgreSQL',
99
author='Ildar Musin',

0 commit comments

Comments
 (0)