Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
Ronan Dunklau committed Sep 28, 2012
1 parent e6855e1 commit 2d92336
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG
@@ -1,3 +1,5 @@
0.9.1.1
- Bug fix on log_to_postgres utility function.
0.9.1 0.9.1
- Improvements to the imap fdw - Improvements to the imap fdw
- last supported version with pg 9.1. - last supported version with pg 9.1.
Expand Down
4 changes: 2 additions & 2 deletions META.json
Expand Up @@ -2,7 +2,7 @@
"name": "multicorn", "name": "multicorn",
"abstract": "Multicorn Python bindings for Postgres 9.1+ Foreign Data Wrapper", "abstract": "Multicorn Python bindings for Postgres 9.1+ Foreign Data Wrapper",
"description": "The Multicorn Foreign Data Wrapper allows you to write foreign data wrappers in python.", "description": "The Multicorn Foreign Data Wrapper allows you to write foreign data wrappers in python.",
"version": "0.9.1", "version": "0.9.1.1",
"maintainer": "Kozea", "maintainer": "Kozea",
"license": { "license": {
"PostgreSQL": "http://www.postgresql.org/about/licence" "PostgreSQL": "http://www.postgresql.org/about/licence"
Expand All @@ -23,7 +23,7 @@
"abstract": "Multicorn Python bindings for Postgres 9.1+ Foreign Data Wrapper", "abstract": "Multicorn Python bindings for Postgres 9.1+ Foreign Data Wrapper",
"file": "sql/multicorn.sql", "file": "sql/multicorn.sql",
"docfile": "doc/multicorn.md", "docfile": "doc/multicorn.md",
"version": "0.0.2" "version": "0.9.1"
} }
}, },
"prereqs": { "prereqs": {
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -7,7 +7,7 @@


setup( setup(
name='multicorn', name='multicorn',
version='0.9.1', version='0.9.1.1',
author='Kozea', author='Kozea',
license='Postgresql', license='Postgresql',
package_dir={'': 'python'}, package_dir={'': 'python'},
Expand Down

0 comments on commit 2d92336

Please sign in to comment.