Skip to content

Commit 5c7c44d

Browse files
committedDec 28, 2015
Release version 1.3.0
1 parent b76a310 commit 5c7c44d

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed
 

‎CHANGELOG

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
1.3.0:
2+
- Add support for SORT pushdown (Thanks to Julien Rouhaud !)
3+
- Add support for EXPLAIN
4+
- Follow API changes from 9.5 rc1
5+
- Improve python 2.6 compatibility
16
1.2.4:
27
- Restore compatibility with python 2.6 (Thanks to Asya Kamsky !)
38
- Follow API change from 9.5 beta2

‎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.4'
2+
default_version = '1.3.0'
33
module_pathname = '$libdir/multicorn'
44
relocatable = true

0 commit comments

Comments
 (0)
Please sign in to comment.