summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndi Albrecht <albrecht.andi@gmail.com>2013-01-01 16:43:25 +0100
committerAndi Albrecht <albrecht.andi@gmail.com>2013-01-01 16:43:25 +0100
commitf94badafd769427f1f9026211b2d875361548132 (patch)
tree73df895eb4c24ef24102e8059118a46bc9c0cbdf
parentd19d0110e0e1bcc3c427a4640829fdf193b5cfcb (diff)
downloadsqlparse-0.1.6.tar.gz
Bump version.0.1.6
-rw-r--r--CHANGES4
-rw-r--r--sqlparse/__init__.py2
2 files changed, 3 insertions, 3 deletions
diff --git a/CHANGES b/CHANGES
index c60a434..83ece98 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,5 +1,5 @@
-Development Version
--------------------
+Release 0.1.6 (Jan 01, 2013)
+----------------------------
sqlparse is now compatible with Python 3 without any patches. The
Python 3 version is generated during install by 2to3. You'll need
diff --git a/sqlparse/__init__.py b/sqlparse/__init__.py
index 697f3cd..b338350 100644
--- a/sqlparse/__init__.py
+++ b/sqlparse/__init__.py
@@ -6,7 +6,7 @@
"""Parse SQL statements."""
-__version__ = '0.1.5'
+__version__ = '0.1.6'
# Setup namespace