From c34bf2f2f90fbbe65e8c4c2650734aa151ddd6ed Mon Sep 17 00:00:00 2001 From: Daniele Varrazzo Date: Wed, 29 Dec 2021 13:48:23 +0100 Subject: [PATCH] Bump to release 2.9.3 --- NEWS | 1 + setup.py | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 463ee1d9..179921c7 100644 --- a/NEWS +++ b/NEWS @@ -6,6 +6,7 @@ What's new in psycopg 2.9.3 - Alpine (musl) wheels now available (:ticket:`#1148`). + What's new in psycopg 2.9.2 ^^^^^^^^^^^^^^^^^^^^^^^^^^^ diff --git a/setup.py b/setup.py index 97537f06..97dba285 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.3.dev0' +PSYCOPG_VERSION = '2.9.3' # note: if you are changing the list of supported Python version please fix