Skip to content

Commit 64c9eb2

Browse files
author
James William Pye
committed
Note v1.0.4 in development.
1 parent 34007be commit 64c9eb2

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 = 'Sat Sep 24 12:00:00 2011'
14-
tags = set(('bugs', 'features',))
15-
version_info = (1, 0, 3)
13+
date = None
14+
tags = set(())
15+
version_info = (1, 0, 4)
1616
version = '.'.join(map(str, version_info)) + (date is None and 'dev' or '')

0 commit comments

Comments
 (0)