Skip to content

Commit 345d082

Browse files
author
James William Pye
committed
Mark 0.9.3 as final. Prepare for tag.
1 parent 95068b7 commit 345d082

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

postgresql/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,13 @@
2222
]
2323

2424
__author__ = "James William Pye <x@jwp.name>"
25-
__date__ = "2009-12-14 21:16:00-07"
25+
__date__ = "2009-01-03 16:53:00-07"
2626

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

3030
#: The py-postgresql version tuple.
31-
version_info = (0, 9, 3, 'dev', 0)
31+
version_info = (0, 9, 3, 'final', 0)
3232

3333
#: The py-postgresql version string.
3434
version = __version__ = '.'.join(map(str, version_info[:3])) + (

postgresql/documentation/changes.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
Changes
22
=======
33

4-
0.9.3
5-
-----
4+
0.9.3 released on 2010-01-01
5+
----------------------------
66

77
* Fix inconsistency in savepoint identification by pq3.Transaction.
88
Savepoints via db.xact() were broken.

0 commit comments

Comments
 (0)