We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c796121 commit bc5fdcfCopy full SHA for bc5fdcf
CHANGELOG
@@ -1,3 +1,9 @@
1
+1.2.4:
2
+ - Restore compatibility with python 2.6 (Thanks to Asya Kamsky !)
3
+ - Follow API change from 9.5 beta2
4
+ - Fix structured fs tests
5
+ - Fix missing reference counting on PyNone (Thanks to github user
6
+ "tchornyi")
7
1.2.3:
8
- Fix issue with NULL handling with the sequence protocol
9
- Fix API change in PostgreSQL 9.5
multicorn.control
@@ -1,4 +1,4 @@
comment = 'Multicorn Python bindings for Postgres 9.2.* Foreign Data Wrapper'
-default_version = '1.2.3'
+default_version = '1.2.4'
module_pathname = '$libdir/multicorn'
relocatable = true
0 commit comments