Skip to content

Commit 1d29023

Browse files
author
James William Pye
committed
Note a release date and start preparations.
1 parent dab3e07 commit 1d29023

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

postgresql/documentation/changes-v1.0.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ Changes in v1.0
44
1.0.4 in development
55
--------------------
66

7+
* Fix usage of weakrefs for statement/cursor GC. (Elvis Pranskevichus)
8+
(Fixes mysterious DuplicateCursorError exceptions)
9+
* Add support for binary inet/cidr/macaddr types for use with arrays and composites. (Matthew Grant)
10+
* Add support for (un)pickling postgresql.types.Array objects. (Elvis Pranskevichus)
711
* Alter how changes are represented in documentation to simplify merging.
812

913
1.0.3 released on 2011-09-24

postgresql/project.py

Lines changed: 1 addition & 1 deletion
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
13+
date = "Thu Mar 2 20:00:00 CST 2012"
1414
tags = set(())
1515
version_info = (1, 0, 4)
1616
version = '.'.join(map(str, version_info)) + (date is None and 'dev' or '')

0 commit comments

Comments
 (0)