File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,6 +4,10 @@ Changes in v1.0
441.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
9131.0.3 released on 2011-09-24
Original file line number Diff line number Diff line change 1010description = '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"
1414tags = set (())
1515version_info = (1 , 0 , 4 )
1616version = '.' .join (map (str , version_info )) + (date is None and 'dev' or '' )
You can’t perform that action at this time.
0 commit comments