Skip to content

Commit f94bada

Browse files
committed
Bump version.
1 parent d19d011 commit f94bada

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.6 (Jan 01, 2013)
2+
----------------------------
33

44
sqlparse is now compatible with Python 3 without any patches. The
55
Python 3 version is generated during install by 2to3. You'll need

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.5'
9+
__version__ = '0.1.6'
1010

1111

1212
# Setup namespace

0 commit comments

Comments
 (0)