summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndi Albrecht <andi@lap-pu35>2014-02-07 21:35:12 +0100
committerAndi Albrecht <andi@lap-pu35>2014-02-07 21:35:12 +0100
commitfcf41c86cd0f1370a5f77ffa83334c803e82157f (patch)
tree7f222d75244b644277e9582c394d7727d5bb8958
parent63c0e452a4bd64c3ad6a4de3404d3d2b9c016f94 (diff)
downloadsqlparse-fcf41c86cd0f1370a5f77ffa83334c803e82157f.tar.gz
Preparing 0.1.110.1.11
-rw-r--r--CHANGES4
-rw-r--r--sqlparse/__init__.py2
2 files changed, 3 insertions, 3 deletions
diff --git a/CHANGES b/CHANGES
index 1000e6e..c7f8e62 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,5 +1,5 @@
-Development
------------
+Release 0.1.11 (Feb 07, 2014)
+-----------------------------
Bug Fixes
* Fix incorrect parsing of string literals containing line breaks (issue118).
diff --git a/sqlparse/__init__.py b/sqlparse/__init__.py
index 55a0fc2..0ef1809 100644
--- a/sqlparse/__init__.py
+++ b/sqlparse/__init__.py
@@ -6,7 +6,7 @@
"""Parse SQL statements."""
-__version__ = '0.1.11-dev'
+__version__ = '0.1.11'
# Setup namespace