We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 322b9cd commit 4e08816Copy full SHA for 4e08816
CHANGES
@@ -3,6 +3,11 @@ Development Version
3
4
Nothing yet.
5
6
+Release 0.1.18 (Oct 24, 2015)
7
+-----------------------------
8
+
9
+Bug Fixes
10
+* Remove universal wheel support, added in 0.1.17 by mistake.
11
12
Release 0.1.17 (Oct 24, 2015)
13
-----------------------------
sqlparse/__init__.py
@@ -6,7 +6,7 @@
"""Parse SQL statements."""
-__version__ = '0.2.0.dev0'
+__version__ = '0.1.18'
# Setup namespace
0 commit comments