Skip to content

Commit 4915075

Browse files
author
James William Pye
committed
Note revision.
1 parent bc377d1 commit 4915075

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

postgresql/project.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
description = 'Driver and tools library for PostgreSQL'
1111

1212
# Set this to the target date when approaching a release.
13-
date = None
14-
tags = set(())
15-
version_info = (1, 1, 0)
13+
date = 'Sat Sep 24 12:00:00 2011'
14+
tags = set(('bugs', 'features',))
15+
version_info = (1, 0, 3)
1616
version = '.'.join(map(str, version_info)) + (date is None and 'dev' or '')

0 commit comments

Comments
 (0)