Skip to content

Commit 9f638ed

Browse files
author
Andi Albrecht
committed
Bump version number.
1 parent 57533a7 commit 9f638ed

2 files changed

Lines changed: 6 additions & 3 deletions

File tree

CHANGES

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
Development Version
2-
-------------------
1+
Release 0.1.17 (Oct 24, 2015)
2+
-----------------------------
33

44
Enhancements
55
* Speed up parsing of large SQL statements (pull request: issue201, fixes the
@@ -8,6 +8,9 @@ Enhancements
88
Bug Fixes
99
* Fix another splitter bug regarding DECLARE (issue194).
1010

11+
Misc
12+
* Packages on PyPI are signed from now on.
13+
1114

1215
Release 0.1.16 (Jul 26, 2015)
1316
-----------------------------

sqlparse/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"""Parse SQL statements."""
77

88

9-
__version__ = '0.1.17-dev'
9+
__version__ = '0.1.17'
1010

1111

1212
# Setup namespace

0 commit comments

Comments
 (0)