Skip to content

Commit 5adefee

Browse files
committed
Update version.
1 parent 0058f06 commit 5adefee

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-
In Development
2-
--------------
1+
Release 0.1.3 (Jul 29, 2011)
2+
----------------------------
33

44
Bug Fixes
55
* Improve parsing of floats (thanks to Kris).

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.2'
9+
__version__ = '0.1.3'
1010

1111

1212
class SQLParseError(Exception):

0 commit comments

Comments
 (0)