diff options
| author | Andi Albrecht <albrecht.andi@gmail.com> | 2015-10-26 19:45:18 +0100 |
|---|---|---|
| committer | Andi Albrecht <albrecht.andi@gmail.com> | 2015-10-26 19:45:18 +0100 |
| commit | 6a3effa490bf8486714f1bc1f6cb2f5db8a3fee8 (patch) | |
| tree | 1ea726259050bcb2d339a699ef114609d5f9a808 /docs/source | |
| parent | 5f1b9f1ab8775bb3efb78d2eb0a59a9281b21b37 (diff) | |
| download | sqlparse-6a3effa490bf8486714f1bc1f6cb2f5db8a3fee8.tar.gz | |
Update docs.
Diffstat (limited to 'docs/source')
| -rw-r--r-- | docs/source/index.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/source/index.rst b/docs/source/index.rst index 9ebe21e..47c3c5a 100644 --- a/docs/source/index.rst +++ b/docs/source/index.rst @@ -9,7 +9,7 @@ python-sqlparse :mod:`sqlparse` is a non-validating SQL parser for Python. It provides support for parsing, splitting and formatting SQL statements. -The module is compatible with Python 2.7 and Python 3 (>= 3.2) +The module is compatible with Python 2.7 and Python 3 (>= 3.3) and released under the terms of the `New BSD license <http://www.opensource.org/licenses/bsd-license.php>`_. |
