Skip to content

Commit 9919d14

Browse files
committed
Bump version to 0.2.0.
1 parent b00489a commit 9919d14

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

CHANGELOG

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
Development Version
2-
-------------------
1+
Release 0.2.0 (Jul 20, 2016)
2+
----------------------------
33

44
IMPORTANT: The supported Python versions have changed with this release.
55
sqlparse 0.2.x supports Python 2.7 and Python >= 3.3.

sqlparse/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
from sqlparse.compat import text_type
1919

20-
__version__ = '0.2.0.dev0'
20+
__version__ = '0.2.0'
2121
__all__ = ['engine', 'filters', 'formatter', 'sql', 'tokens', 'cli']
2222

2323

0 commit comments

Comments
 (0)