summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniele Varrazzo <daniele.varrazzo@gmail.com>2022-10-06 03:32:17 +0100
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>2022-10-06 03:32:17 +0100
commitc38aa27d7dcd16ec65e76df0e40f7a9b6cb863cd (patch)
tree4a1ad4ca724fc7430aa314cd2d223bc9ba182c9c
parentbd96594e2d11893a40d45060fe54cfced6653cd2 (diff)
downloadpsycopg2-c38aa27d7dcd16ec65e76df0e40f7a9b6cb863cd.tar.gz
chore: bump version number to release 2.9.4
-rw-r--r--NEWS15
-rw-r--r--setup.py2
2 files changed, 9 insertions, 8 deletions
diff --git a/NEWS b/NEWS
index 75b5e8a..2c3a5f8 100644
--- a/NEWS
+++ b/NEWS
@@ -1,7 +1,11 @@
-What's new in psycopg 2.9.4 (unreleased)
-^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+Current release
+---------------
+
+What's new in psycopg 2.9.4
+^^^^^^^^^^^^^^^^^^^^^^^^^^^
-- Fix `register_composite()`, `register_range()` with customized search_path
+- Fix `~psycopg2.extras.register_composite()`,
+ `~psycopg2.extras.register_range()` with customized search_path
(:ticket:`#1487`).
- Handle correctly composite types with names or in schemas requiring escape.
- `~psycopg2.errorcodes` map and `~psycopg2.errors` classes updated to
@@ -9,9 +13,6 @@ What's new in psycopg 2.9.4 (unreleased)
- Wheel package compiled against OpenSSL 1.1.1q and PostgreSQL 14.4
-Current release
----------------
-
What's new in psycopg 2.9.3
^^^^^^^^^^^^^^^^^^^^^^^^^^^
@@ -33,7 +34,7 @@ What's new in psycopg 2.9.2
What's new in psycopg 2.9.1
^^^^^^^^^^^^^^^^^^^^^^^^^^^
-Fix regression with named `sql.Placeholder` (:ticket:`#1291`).
+- Fix regression with named `~psycopg2.sql.Placeholder` (:ticket:`#1291`).
What's new in psycopg 2.9
diff --git a/setup.py b/setup.py
index 66ca1d7..8930bcc 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.4.dev0'
+PSYCOPG_VERSION = '2.9.4'
# note: if you are changing the list of supported Python version please fix