Skip to content

Commit fe39072

Browse files
committed
Switch back to development mode.
1 parent 15a5057 commit fe39072

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
Development Version
2+
-------------------
3+
4+
Nothing yet.
5+
6+
17
Release 0.4.1 (Oct 08, 2020)
28
----------------------------
39

sqlparse/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
from sqlparse import formatter
1717

1818

19-
__version__ = '0.4.1'
19+
__version__ = '0.4.2.dev0'
2020
__all__ = ['engine', 'filters', 'formatter', 'sql', 'tokens', 'cli']
2121

2222

0 commit comments

Comments
 (0)