Skip to content

Commit c6d33ae

Browse files
author
James William Pye
committed
Mark as 0.8.1
1 parent f958763 commit c6d33ae

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
@@ -21,12 +21,12 @@
2121
]
2222

2323
__author__ = "James William Pye <x@jwp.name>"
24-
__date__ = "2009-01-19 21:15:00-07"
24+
__date__ = "2009-04-30 17:34:00-07"
2525

2626
__project__ = 'py-postgresql'
2727
__project_id__ = 'http://python.projects.postgresql.org'
2828

29-
__version__ = "0.8.0"
29+
__version__ = "0.8.1"
3030
version_info = (0, 8, 0, 'final', 0)
3131

3232
pg_iri = pg_driver = pg_param = None

0 commit comments

Comments
 (0)