summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniele Varrazzo <daniele.varrazzo@gmail.com>2023-04-02 13:00:38 +0200
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>2023-04-02 13:00:38 +0200
commit7a8f4d62229bb1a6404719a7740e468087ddbeff (patch)
tree91e16388596fec9efbe48fc482d30a42ce53b2ca
parentb747b5b0fd1e70fc18014203d1651711fd98bcc1 (diff)
downloadpsycopg2-7a8f4d62229bb1a6404719a7740e468087ddbeff.tar.gz
chore: bump version to 2.9.6
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 7faf4d5..9561a9f 100644
--- a/setup.py
+++ b/setup.py
@@ -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.5'
+PSYCOPG_VERSION = '2.9.6'
# note: if you are changing the list of supported Python version please fix