Skip to content

Commit 3129dcb

Browse files
author
James William Pye
committed
Move v1.0 onto v1.0.3 development.
1 parent 23bd0c8 commit 3129dcb

2 files changed

Lines changed: 6 additions & 3 deletions

File tree

postgresql/documentation/changes.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
Changes
22
=======
33

4+
1.0.3 in development
5+
--------------------
6+
47
1.0.2 released on 2010-09-18
58
----------------------------
69

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 18 12:17:29 MST 2010'
14-
tags = set(('documentation','fixes','features','deprecations'))
15-
version_info = (1, 0, 2)
13+
date = None
14+
tags = set(())
15+
version_info = (1, 0, 3)
1616
version = '.'.join(map(str, version_info)) + (date is None and 'dev' or '')

0 commit comments

Comments
 (0)