chore: bump version number to release 2.9.4

This commit is contained in:
Daniele Varrazzo 2022-10-06 03:32:17 +01:00
parent bd96594e2d
commit c38aa27d7d
2 changed files with 9 additions and 8 deletions

15
NEWS
View File

@ -1,7 +1,11 @@
What's new in psycopg 2.9.4 (unreleased)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Current release
---------------
- Fix `register_composite()`, `register_range()` with customized search_path
What's new in psycopg 2.9.4
^^^^^^^^^^^^^^^^^^^^^^^^^^^
- 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

View File

@ -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