diff options
| author | Daniele Varrazzo <daniele.varrazzo@gmail.com> | 2017-07-22 01:32:25 +0100 |
|---|---|---|
| committer | Daniele Varrazzo <daniele.varrazzo@gmail.com> | 2017-07-22 01:32:25 +0100 |
| commit | 791f5fe96906bedd7816ff4ba7b31426a7d166b7 (patch) | |
| tree | 1c0fa0de8837496a4c1f101445edd702ed63c199 /setup.py | |
| parent | d2e86db8fb1fbf2f162d4e83dd66c96d48ac9a7d (diff) | |
| download | psycopg2-791f5fe96906bedd7816ff4ba7b31426a7d166b7.tar.gz | |
Bump to version 2.7.2
Diffstat (limited to 'setup.py')
| -rw-r--r-- | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -64,7 +64,7 @@ except ImportError: # Take a look at http://www.python.org/dev/peps/pep-0440/ # for a consistent versioning pattern. -PSYCOPG_VERSION = '2.7.2.dev1' +PSYCOPG_VERSION = '2.7.2' # note: if you are changing the list of supported Python version please fix |
