Skip to content

Commit 991e734

Browse files
committed
Preparing 0.1.13.
1 parent 0f25203 commit 991e734

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

CHANGES

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

44
Bug Fixes
55
* Fix a regression in handling of NULL keywords introduced in 0.1.12.

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.13-dev'
9+
__version__ = '0.1.13'
1010

1111

1212
# Setup namespace

0 commit comments

Comments
 (0)