diff options
| author | Andi Albrecht <andi@lap-pu35> | 2014-02-07 21:35:12 +0100 |
|---|---|---|
| committer | Andi Albrecht <andi@lap-pu35> | 2014-02-07 21:35:12 +0100 |
| commit | fcf41c86cd0f1370a5f77ffa83334c803e82157f (patch) | |
| tree | 7f222d75244b644277e9582c394d7727d5bb8958 /sqlparse | |
| parent | 63c0e452a4bd64c3ad6a4de3404d3d2b9c016f94 (diff) | |
| download | sqlparse-fcf41c86cd0f1370a5f77ffa83334c803e82157f.tar.gz | |
Preparing 0.1.110.1.11
Diffstat (limited to 'sqlparse')
| -rw-r--r-- | sqlparse/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sqlparse/__init__.py b/sqlparse/__init__.py index 55a0fc2..0ef1809 100644 --- a/sqlparse/__init__.py +++ b/sqlparse/__init__.py @@ -6,7 +6,7 @@ """Parse SQL statements.""" -__version__ = '0.1.11-dev' +__version__ = '0.1.11' # Setup namespace |
