Skip to content

Commit bc5fdcf

Browse files
committed
Version bump
1 parent c796121 commit bc5fdcf

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG

+6
Original file line numberDiff line numberDiff line change
@@ -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")
17
1.2.3:
28
- Fix issue with NULL handling with the sequence protocol
39
- Fix API change in PostgreSQL 9.5

multicorn.control

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
comment = 'Multicorn Python bindings for Postgres 9.2.* Foreign Data Wrapper'
2-
default_version = '1.2.3'
2+
default_version = '1.2.4'
33
module_pathname = '$libdir/multicorn'
44
relocatable = true

0 commit comments

Comments
 (0)