Skip to content

Commit c2d77ae

Browse files
author
Sergey Melekhin
committed
Added pgpool version suffix
1 parent 26a360b commit c2d77ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

postgresql/project.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@
1010
contact = 'python-general@pgfoundry.org'
1111
abstract = 'Driver and tools library for PostgreSQL'
1212

13-
version_info = (1, 1, 0)
13+
version_info = (1, 1, 0, 'pgpool')
1414
version = '.'.join(map(str, version_info))

0 commit comments

Comments
 (0)