We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1b9e371 commit 7f8846bCopy full SHA for 7f8846b
2 files changed
CHANGELOG
@@ -1,3 +1,9 @@
1
+Development Version
2
+-------------------
3
+
4
+Nothing yet.
5
6
7
Release 0.2.3 (Mar 02, 2017)
8
----------------------------
9
sqlparse/__init__.py
@@ -17,7 +17,7 @@
17
18
from sqlparse.compat import text_type
19
20
-__version__ = '0.2.3'
+__version__ = '0.2.4.dev0'
21
__all__ = ['engine', 'filters', 'formatter', 'sql', 'tokens', 'cli']
22
23
0 commit comments