diff options
| author | Daniele Varrazzo <daniele.varrazzo@gmail.com> | 2017-07-24 15:06:09 +0100 |
|---|---|---|
| committer | Daniele Varrazzo <daniele.varrazzo@gmail.com> | 2017-07-24 15:06:09 +0100 |
| commit | cd3393b21cf753db0688c29e248f7ce94ff509b6 (patch) | |
| tree | e07b628e5e6239077940a1b301d1a4d5318218e6 /setup.py | |
| parent | 93587259632fe6e9b7c10bbdd3f44ca2e8804915 (diff) | |
| download | psycopg2-cd3393b21cf753db0688c29e248f7ce94ff509b6.tar.gz | |
Bumped version number to 2.7.32_7_3
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.3.dev0' +PSYCOPG_VERSION = '2.7.3' # note: if you are changing the list of supported Python version please fix |
