summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndi Albrecht <albrecht.andi@gmail.com>2014-09-20 18:52:30 +0200
committerAndi Albrecht <albrecht.andi@gmail.com>2014-09-20 18:52:30 +0200
commite0430495417dd1601a3c6a4fd716e16d3534323a (patch)
tree45bfffc1fc489c4fb00dcd6bad6dfe8b932f2c5c
parent4781722d095af29e038eeed210c371614dc101f6 (diff)
downloadsqlparse-e0430495417dd1601a3c6a4fd716e16d3534323a.tar.gz
Preparing 0.1.12.0.1.12
-rw-r--r--CHANGES4
-rw-r--r--sqlparse/__init__.py2
2 files changed, 3 insertions, 3 deletions
diff --git a/CHANGES b/CHANGES
index 43723c9..972ab2a 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,5 +1,5 @@
-Development Version
--------------------
+Release 0.1.12 (Sep 20, 2014)
+-----------------------------
Bug Fixes
* Fix handling of NULL keywords in aliased identifiers.
diff --git a/sqlparse/__init__.py b/sqlparse/__init__.py
index 0ef1809..bfaaad3 100644
--- a/sqlparse/__init__.py
+++ b/sqlparse/__init__.py
@@ -6,7 +6,7 @@
"""Parse SQL statements."""
-__version__ = '0.1.11'
+__version__ = '0.1.12'
# Setup namespace