Skip to content

Commit 0b17597

Browse files
committed
Version bump
1 parent 94d8571 commit 0b17597

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
1.2.0:
2+
- Add support for IMPORT FOREIGN SCHEMA
3+
- Fix issue with pymssql behavior (#100, thanks to homelink for reporting
4+
it)
15
1.1.1:
26
- Fixes to the build system on MacOSX (Ray Ruvinskiy)
37
- Fix bug with dropped attributes during DML operations

META.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"abstract": "Multicorn Python bindings for Postgres 9.2+ Foreign Data Wrapper",
44
"description": "The Multicorn Foreign Data Wrapper allows you to write foreign data wrappers in python.",
55
"version": "__VERSION__",
6-
"maintainer": "Kozea",
6+
"maintainer": "Ronan Dunklau <ronan@dunklau.fr>",
77
"license": {
88
"PostgreSQL": "http://www.postgresql.org/about/licence"
99
},

multicorn.control

Lines changed: 1 addition & 1 deletion
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.1.1'
2+
default_version = '1.2.0'
33
module_pathname = '$libdir/multicorn'
44
relocatable = true

0 commit comments

Comments
 (0)