Skip to content

Commit 5daff6f

Browse files
author
James William Pye
committed
Mark as 0.8.0 final.
1 parent 4af484b commit 5daff6f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

postgresql/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@
2626
__project__ = 'py-postgresql'
2727
__project_id__ = 'http://python.projects.postgresql.org'
2828

29-
__version__ = "0.8dev"
30-
version_info = (0, 8, 0, 'dev', 0)
29+
__version__ = "0.8.0"
30+
version_info = (0, 8, 0, 'final', 0)
3131

3232
pg_iri = pg_driver = pg_param = None
3333
def open(iri = None):

0 commit comments

Comments
 (0)