diff options
| -rw-r--r-- | CHANGES | 5 | ||||
| -rw-r--r-- | sqlparse/__init__.py | 2 |
2 files changed, 4 insertions, 3 deletions
@@ -1,5 +1,5 @@ -In Development --------------- +Release 0.1.2 (Nov 23, 2010) +--------------------------------- Bug Fixes * Fixed incorrect detection of keyword fragments embed in names (issue7, @@ -14,6 +14,7 @@ Bug Fixes parsing and more (issues 12, 14, 15, 16, 18, 19). * Code cleanup with a pinch of refactoring. + Release 0.1.1 (May 6, 2009) --------------------------- diff --git a/sqlparse/__init__.py b/sqlparse/__init__.py index 2e9493f..903fdd1 100644 --- a/sqlparse/__init__.py +++ b/sqlparse/__init__.py @@ -6,7 +6,7 @@ """Parse SQL statements.""" -__version__ = '0.1.1' +__version__ = '0.1.2' class SQLParseError(Exception): |
