summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndi Albrecht <andi@lap-pu35.prounix.local>2017-03-02 05:49:03 +0100
committerAndi Albrecht <andi@lap-pu35.prounix.local>2017-03-02 05:49:03 +0100
commit7f8846b43aca5994983651bbcbe18f22386358fe (patch)
tree4378e03d7bf1212bc888ed4fefdca9231fee567f
parent1b9e371ee55a60ecb41dafa4945898424c095dff (diff)
downloadsqlparse-7f8846b43aca5994983651bbcbe18f22386358fe.tar.gz
Switch back to development version.
-rw-r--r--CHANGELOG6
-rw-r--r--sqlparse/__init__.py2
2 files changed, 7 insertions, 1 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 9c75e7f..d0ba7ed 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,9 @@
+Development Version
+-------------------
+
+Nothing yet.
+
+
Release 0.2.3 (Mar 02, 2017)
----------------------------
diff --git a/sqlparse/__init__.py b/sqlparse/__init__.py
index 261b367..55d7f2a 100644
--- a/sqlparse/__init__.py
+++ b/sqlparse/__init__.py
@@ -17,7 +17,7 @@ from sqlparse import formatter
from sqlparse.compat import text_type
-__version__ = '0.2.3'
+__version__ = '0.2.4.dev0'
__all__ = ['engine', 'filters', 'formatter', 'sql', 'tokens', 'cli']