We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d19d011 commit f94badaCopy full SHA for f94bada
2 files changed
CHANGES
@@ -1,5 +1,5 @@
1
-Development Version
2
--------------------
+Release 0.1.6 (Jan 01, 2013)
+----------------------------
3
4
sqlparse is now compatible with Python 3 without any patches. The
5
Python 3 version is generated during install by 2to3. You'll need
sqlparse/__init__.py
@@ -6,7 +6,7 @@
6
"""Parse SQL statements."""
7
8
9
-__version__ = '0.1.5'
+__version__ = '0.1.6'
10
11
12
# Setup namespace
0 commit comments