Skip to content

Commit

Permalink
Switch back to development mode.
Browse files Browse the repository at this point in the history
  • Loading branch information
andialbrecht committed Oct 7, 2020
1 parent 982ecdf commit d14d75e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG
@@ -1,3 +1,9 @@
Development Version
-------------------

Nothing yet.


Release 0.4.0 (Oct 07, 2020)
----------------------------

Expand Down
2 changes: 1 addition & 1 deletion sqlparse/__init__.py
Expand Up @@ -16,7 +16,7 @@
from sqlparse import formatter


__version__ = '0.4.0'
__version__ = '0.4.0.dev0'
__all__ = ['engine', 'filters', 'formatter', 'sql', 'tokens', 'cli']


Expand Down

0 comments on commit d14d75e

Please sign in to comment.