diff options
| author | Andi Albrecht <andi@localhost.localdomain> | 2015-10-24 08:19:37 +0200 |
|---|---|---|
| committer | Andi Albrecht <andi@localhost.localdomain> | 2015-10-24 08:19:37 +0200 |
| commit | 8e2d2a3616cb6025f67c3a95884e58d1a8b07a96 (patch) | |
| tree | 497c57a738282a1f0418fad5fc65b7e8d57ee5a3 | |
| parent | 9f638ed86f1103b44b9c061500f7133c29ba8676 (diff) | |
| download | sqlparse-8e2d2a3616cb6025f67c3a95884e58d1a8b07a96.tar.gz | |
Switch back to development mode.
| -rw-r--r-- | CHANGES | 6 | ||||
| -rw-r--r-- | sqlparse/__init__.py | 2 |
2 files changed, 7 insertions, 1 deletions
@@ -1,3 +1,9 @@ +Development Version +------------------- + +Nothing yet. + + Release 0.1.17 (Oct 24, 2015) ----------------------------- diff --git a/sqlparse/__init__.py b/sqlparse/__init__.py index 44634a5..77a09f4 100644 --- a/sqlparse/__init__.py +++ b/sqlparse/__init__.py @@ -6,7 +6,7 @@ """Parse SQL statements.""" -__version__ = '0.1.17' +__version__ = '0.2.0.dev0' # Setup namespace |
