summaryrefslogtreecommitdiff
path: root/sqlparse
diff options
context:
space:
mode:
authorAndi Albrecht <andi@lap-pu35.prounix.local>2017-03-02 05:41:20 +0100
committerAndi Albrecht <andi@lap-pu35.prounix.local>2017-03-02 05:41:20 +0100
commit1b9e371ee55a60ecb41dafa4945898424c095dff (patch)
treecb5e2e3b3386ccbedcfff9e1d26804cbc243949c /sqlparse
parent6f1a8ee67f67661c585d27c4a4c1c77b277e7435 (diff)
downloadsqlparse-1b9e371ee55a60ecb41dafa4945898424c095dff.tar.gz
Bump version.0.2.3
Diffstat (limited to 'sqlparse')
-rw-r--r--sqlparse/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/sqlparse/__init__.py b/sqlparse/__init__.py
index 1590cd6..261b367 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.dev0'
+__version__ = '0.2.3'
__all__ = ['engine', 'filters', 'formatter', 'sql', 'tokens', 'cli']