diff options
| author | Andreas Albrecht <a.albrecht@Mac-PU08.prounix.local> | 2020-02-29 14:09:44 +0100 |
|---|---|---|
| committer | Andreas Albrecht <a.albrecht@Mac-PU08.prounix.local> | 2020-02-29 14:09:44 +0100 |
| commit | 6e39e02e3898b77415c558a822079a1f885524d5 (patch) | |
| tree | 05396ad993828af72de56f79c1e3ac06e39af907 /sqlparse | |
| parent | 58ff890d911d3d105f152373c10256d85fa6fece (diff) | |
| download | sqlparse-6e39e02e3898b77415c558a822079a1f885524d5.tar.gz | |
Switch back to develoment mode.
Diffstat (limited to 'sqlparse')
| -rw-r--r-- | sqlparse/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sqlparse/__init__.py b/sqlparse/__init__.py index f7e7aa6..b475061 100644 --- a/sqlparse/__init__.py +++ b/sqlparse/__init__.py @@ -18,7 +18,7 @@ from sqlparse import formatter from sqlparse.compat import text_type -__version__ = '0.3.1' +__version__ = '0.3.2.dev0' __all__ = ['engine', 'filters', 'formatter', 'sql', 'tokens', 'cli'] |
