Skip to content

Commit 1bcac86

Browse files
committed
Update release notes, bump version to 0.1.5.
1 parent 82d113d commit 1bcac86

File tree

2 files changed

+9
-8
lines changed

2 files changed

+9
-8
lines changed

CHANGES

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,21 @@
1-
Development Version
2-
-------------------
1+
Release 0.1.5 (Nov 13, 2012)
2+
----------------------------
33

44
Bug Fixes
55
* Improve handling of quoted identifiers (issue78).
66
* Improve grouping and formatting of identifiers with operators (issue53).
77
* Improve grouping and formatting of concatenated strings (issue53).
88
* Improve handling of varchar() (by Mike Amy).
99
* Clean up handling of various SQL elements.
10-
* Misc. minor fixes and lots of cleaned up tests.
10+
* Switch to py.test and clean up tests.
11+
* Several minor fixes.
1112

1213
Other
13-
* Deprecated sqlparse.SQLParseError. Please use
14+
* Deprecate sqlparse.SQLParseError. Please use
1415
sqlparse.exceptions.SQLParseError instead.
15-
* Added caching to speed up processing.
16-
* Added experimental filters for token processing.
17-
* Added sqlformat.parsestream (by quest).
16+
* Add caching to speed up processing.
17+
* Add experimental filters for token processing.
18+
* Add sqlformat.parsestream (by quest).
1819

1920

2021
Release 0.1.4 (Apr 20, 2012)

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.4'
9+
__version__ = '0.1.5'
1010

1111

1212
# Setup namespace

0 commit comments

Comments
 (0)