Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit6546fc8

Browse files
committed
bump version to 1.3.1
1 parenta1e2ae2 commit6546fc8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

‎README.md

Lines changed: 1 addition & 1 deletion
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'])

‎setup.py

Lines changed: 1 addition & 1 deletion
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)

[8]ページ先頭

©2009-2025 Movatter.jp