summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndi Albrecht <albrecht.andi@gmail.com>2013-06-29 19:32:02 +0200
committerAndi Albrecht <albrecht.andi@gmail.com>2013-06-29 19:32:02 +0200
commitdbe33de2f50541e875b05a805ef7baed79f495d8 (patch)
treebdaa35aeac0a0ddf5f65eaea3667618e4d9719e2
parent84725ee64570622135bf68d87823643b826d05b6 (diff)
downloadsqlparse-0.1.8.tar.gz
Bump version to 0.1.8.0.1.8
-rw-r--r--CHANGES4
-rw-r--r--sqlparse/__init__.py2
2 files changed, 3 insertions, 3 deletions
diff --git a/CHANGES b/CHANGES
index 56cf249..a62bd2a 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,5 +1,5 @@
-Development Version
--------------------
+Release 0.1.8 (Jun 29, 2013)
+----------------------------
Bug Fixes
* Whitespaces within certain keywords are now allowed (issue97, patch proposed
diff --git a/sqlparse/__init__.py b/sqlparse/__init__.py
index 16fa76e..9bd41e9 100644
--- a/sqlparse/__init__.py
+++ b/sqlparse/__init__.py
@@ -6,7 +6,7 @@
"""Parse SQL statements."""
-__version__ = '0.1.8-dev'
+__version__ = '0.1.8'
# Setup namespace