diff options
author | Daniele Varrazzo <daniele.varrazzo@gmail.com> | 2021-06-16 13:28:31 +0100 |
---|---|---|
committer | Daniele Varrazzo <daniele.varrazzo@gmail.com> | 2021-06-16 13:28:31 +0100 |
commit | 50145014e8abdda2859ed65329ecc3e7b6699521 (patch) | |
tree | 28ead17ed8fc68d47525fe50758f0432c5f5070b | |
parent | 9ac54b3615e233ca37083df6712a01ae8bef8570 (diff) | |
download | psycopg2-50145014e8abdda2859ed65329ecc3e7b6699521.tar.gz |
Bump to versio 2.92_9
-rw-r--r-- | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -44,7 +44,7 @@ except ImportError: # Take a look at https://www.python.org/dev/peps/pep-0440/ # for a consistent versioning pattern. -PSYCOPG_VERSION = '2.9.dev1' +PSYCOPG_VERSION = '2.9' # note: if you are changing the list of supported Python version please fix |