Skip to content

Commit 8c770ae

Browse files
committed
Stamp v1.2.0
1 parent 0dadc44 commit 8c770ae

File tree

3 files changed

+11
-1
lines changed

3 files changed

+11
-1
lines changed
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
Changes in v1.2
2+
===============
3+
4+
1.2.0 released on 2016-06-23
5+
----------------------------
6+
7+
* PostgreSQL 9.3 compatibility fixes (Elvis)
8+
* Python 3.5 compatibility fixes (Elvis)
9+
* Add support for JSONB type (Elvis)

postgresql/documentation/index.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ Changes
3737
.. toctree::
3838
:maxdepth: 1
3939

40+
changes-v1.2
4041
changes-v1.1
4142
changes-v1.0
4243

postgresql/project.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@
1010
contact = 'python-general@pgfoundry.org'
1111
abstract = 'Driver and tools library for PostgreSQL'
1212

13-
version_info = (1, 1, 0)
13+
version_info = (1, 2, 0)
1414
version = '.'.join(map(str, version_info))

0 commit comments

Comments
 (0)