From 1e0086b1feb64363b327baeb44a5c97ac5c80558 Mon Sep 17 00:00:00 2001 From: Daniele Varrazzo Date: Fri, 4 Aug 2023 17:22:35 +0100 Subject: [PATCH] chore: bump version to 2.9.7 --- NEWS | 4 ++-- setup.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/NEWS b/NEWS index acace75a9..70c9dfb21 100644 --- a/NEWS +++ b/NEWS @@ -1,8 +1,8 @@ Current release --------------- -What's new in psycopg 2.9.7 (unreleased) -^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +What's new in psycopg 2.9.7 +^^^^^^^^^^^^^^^^^^^^^^^^^^^ - Fix propagation of exceptions raised during module initialization (:ticket:`#1598`). diff --git a/setup.py b/setup.py index 7c9c7091d..ed4c6af7a 100644 --- a/setup.py +++ b/setup.py @@ -44,7 +44,7 @@ # Take a look at https://www.python.org/dev/peps/pep-0440/ # for a consistent versioning pattern. -PSYCOPG_VERSION = '2.9.6' +PSYCOPG_VERSION = '2.9.7' # note: if you are changing the list of supported Python version please fix