We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0dadc44 commit 8c770aeCopy full SHA for 8c770ae
postgresql/documentation/changes-v1.2.rst
@@ -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
@@ -37,6 +37,7 @@ Changes
37
.. toctree::
38
:maxdepth: 1
39
40
+ changes-v1.2
41
changes-v1.1
42
changes-v1.0
43
postgresql/project.py
@@ -10,5 +10,5 @@
10
contact = 'python-general@pgfoundry.org'
11
abstract = 'Driver and tools library for PostgreSQL'
12
13
-version_info = (1, 1, 0)
+version_info = (1, 2, 0)
14
version = '.'.join(map(str, version_info))
0 commit comments