We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 57533a7 commit 9f638edCopy full SHA for 9f638ed
2 files changed
CHANGES
@@ -1,5 +1,5 @@
1
-Development Version
2
--------------------
+Release 0.1.17 (Oct 24, 2015)
+-----------------------------
3
4
Enhancements
5
* Speed up parsing of large SQL statements (pull request: issue201, fixes the
@@ -8,6 +8,9 @@ Enhancements
8
Bug Fixes
9
* Fix another splitter bug regarding DECLARE (issue194).
10
11
+Misc
12
+* Packages on PyPI are signed from now on.
13
+
14
15
Release 0.1.16 (Jul 26, 2015)
16
-----------------------------
sqlparse/__init__.py
@@ -6,7 +6,7 @@
6
"""Parse SQL statements."""
7
-__version__ = '0.1.17-dev'
+__version__ = '0.1.17'
# Setup namespace
0 commit comments