diff options
author | Daniele Varrazzo <daniele.varrazzo@gmail.com> | 2021-06-17 00:06:04 +0100 |
---|---|---|
committer | Daniele Varrazzo <daniele.varrazzo@gmail.com> | 2021-06-17 00:06:04 +0100 |
commit | 2df79c5a5f2288d3caf34443c71ab15bde9935e3 (patch) | |
tree | 0ea989cec6c1a23c773f7cf17f7bbe078b4cbef8 | |
parent | dd2ff2af56b99d69d508fa6169be4011283593e2 (diff) | |
download | psycopg2-2df79c5a5f2288d3caf34443c71ab15bde9935e3.tar.gz |
Bump version number to 2.9.1
-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.1.dev0' +PSYCOPG_VERSION = '2.9.1' # note: if you are changing the list of supported Python version please fix |