diff options
author | Andreas Albrecht <a.albrecht@Mac-PU08.prounix.local> | 2020-02-29 13:56:13 +0100 |
---|---|---|
committer | Andreas Albrecht <a.albrecht@Mac-PU08.prounix.local> | 2020-02-29 13:56:13 +0100 |
commit | 0d6684baba850a9729bad5bd0665d7612155a96c (patch) | |
tree | 7796e0b88a9d8e9ba7dc106aba94e3031faa9b67 | |
parent | 33d2ab4c64cc44b52dcb2d492ad0fcfaf58c54f9 (diff) | |
download | sqlparse-0d6684baba850a9729bad5bd0665d7612155a96c.tar.gz |
Update version number for release.0.3.1
-rw-r--r-- | CHANGELOG | 4 | ||||
-rw-r--r-- | sqlparse/__init__.py | 2 |
2 files changed, 3 insertions, 3 deletions
@@ -1,5 +1,5 @@ -Development Version -------------------- +Release 0.3.1 (Feb 29, 2020) +---------------------------- Enhancements diff --git a/sqlparse/__init__.py b/sqlparse/__init__.py index 2a06661..f7e7aa6 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.dev0' +__version__ = '0.3.1' __all__ = ['engine', 'filters', 'formatter', 'sql', 'tokens', 'cli'] |