summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndi Albrecht <albrecht.andi@gmail.com>2013-09-28 08:42:05 +0200
committerAndi Albrecht <albrecht.andi@gmail.com>2013-09-28 08:42:05 +0200
commit6764f6d3d07ea6d76ae381e272d562a615465071 (patch)
tree0e62bc08097fc93170bb3ac829bda8f1c3540e9c
parentf4a152924fc6df8f42c9006f9f07aa3d26d78e82 (diff)
downloadsqlparse-6764f6d3d07ea6d76ae381e272d562a615465071.tar.gz
Preparing 0.1.90.1.9
-rw-r--r--CHANGES4
-rw-r--r--sqlparse/__init__.py2
2 files changed, 3 insertions, 3 deletions
diff --git a/CHANGES b/CHANGES
index 72624d2..160c536 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,5 +1,5 @@
-Development Version
--------------------
+Release 0.1.9 (Sep 28, 2013)
+----------------------------
Bug Fixes
* Fix an regression introduced in 0.1.5 where sqlparse didn't properly
diff --git a/sqlparse/__init__.py b/sqlparse/__init__.py
index 4592800..bfa934b 100644
--- a/sqlparse/__init__.py
+++ b/sqlparse/__init__.py
@@ -6,7 +6,7 @@
"""Parse SQL statements."""
-__version__ = '0.1.9-dev'
+__version__ = '0.1.9'
# Setup namespace