summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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