summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndi Albrecht <albrecht.andi@gmail.com>2014-10-09 05:51:34 +0200
committerAndi Albrecht <albrecht.andi@gmail.com>2014-10-09 05:51:34 +0200
commit991e7348075accae6d08025212251af21e92e664 (patch)
tree0e6377e28d40e081bb76e7d494f387b4f9a31307
parent0f252031aaf5bd5d543a7fe8541c17f19965fa15 (diff)
downloadsqlparse-991e7348075accae6d08025212251af21e92e664.tar.gz
Preparing 0.1.13.0.1.13
-rw-r--r--CHANGES4
-rw-r--r--sqlparse/__init__.py2
2 files changed, 3 insertions, 3 deletions
diff --git a/CHANGES b/CHANGES
index 0a0af11..b4bf892 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,5 +1,5 @@
-Development Version
--------------------
+Release 0.1.13 (Oct 09, 2014)
+-----------------------------
Bug Fixes
* Fix a regression in handling of NULL keywords introduced in 0.1.12.
diff --git a/sqlparse/__init__.py b/sqlparse/__init__.py
index 983ee34..970bf22 100644
--- a/sqlparse/__init__.py
+++ b/sqlparse/__init__.py
@@ -6,7 +6,7 @@
"""Parse SQL statements."""
-__version__ = '0.1.13-dev'
+__version__ = '0.1.13'
# Setup namespace