summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndi Albrecht <andi@localhost.localdomain>2015-10-24 08:07:29 +0200
committerAndi Albrecht <andi@localhost.localdomain>2015-10-24 08:07:29 +0200
commit9f638ed86f1103b44b9c061500f7133c29ba8676 (patch)
tree4273764bb782c12bc2fda07db0792b23eb7893d0
parent57533a7c071091e2b12c664a62616fd36cf60471 (diff)
downloadsqlparse-0.1.17.tar.gz
Bump version number.0.1.17
-rw-r--r--CHANGES7
-rw-r--r--sqlparse/__init__.py2
2 files changed, 6 insertions, 3 deletions
diff --git a/CHANGES b/CHANGES
index fbb1048..6e4934b 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,5 +1,5 @@
-Development Version
--------------------
+Release 0.1.17 (Oct 24, 2015)
+-----------------------------
Enhancements
* Speed up parsing of large SQL statements (pull request: issue201, fixes the
@@ -8,6 +8,9 @@ Enhancements
Bug Fixes
* Fix another splitter bug regarding DECLARE (issue194).
+Misc
+* Packages on PyPI are signed from now on.
+
Release 0.1.16 (Jul 26, 2015)
-----------------------------
diff --git a/sqlparse/__init__.py b/sqlparse/__init__.py
index 83bb684..44634a5 100644
--- a/sqlparse/__init__.py
+++ b/sqlparse/__init__.py
@@ -6,7 +6,7 @@
"""Parse SQL statements."""
-__version__ = '0.1.17-dev'
+__version__ = '0.1.17'
# Setup namespace