Skip to content
This repository was archived by the owner on Jan 3, 2023. It is now read-only.

Commit fcf41c8

Browse files
author
Andi Albrecht
committed
Preparing 0.1.11
1 parent 63c0e45 commit fcf41c8

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGES

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
Development
2-
-----------
1+
Release 0.1.11 (Feb 07, 2014)
2+
-----------------------------
33

44
Bug Fixes
55
* Fix incorrect parsing of string literals containing line breaks (issue118).

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

1111

1212
# Setup namespace

0 commit comments

Comments
 (0)