mirror of
https://github.com/psycopg/psycopg2.git
synced 2024-11-22 17:06:33 +03:00
chore: bump version number to release 2.9.4
This commit is contained in:
parent
bd96594e2d
commit
c38aa27d7d
15
NEWS
15
NEWS
|
@ -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`).
|
(:ticket:`#1487`).
|
||||||
- Handle correctly composite types with names or in schemas requiring escape.
|
- Handle correctly composite types with names or in schemas requiring escape.
|
||||||
- `~psycopg2.errorcodes` map and `~psycopg2.errors` classes updated to
|
- `~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
|
- Wheel package compiled against OpenSSL 1.1.1q and PostgreSQL 14.4
|
||||||
|
|
||||||
|
|
||||||
Current release
|
|
||||||
---------------
|
|
||||||
|
|
||||||
What's new in psycopg 2.9.3
|
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
|
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
|
What's new in psycopg 2.9
|
||||||
|
|
2
setup.py
2
setup.py
|
@ -44,7 +44,7 @@ except ImportError:
|
||||||
# Take a look at https://www.python.org/dev/peps/pep-0440/
|
# Take a look at https://www.python.org/dev/peps/pep-0440/
|
||||||
# for a consistent versioning pattern.
|
# 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
|
# note: if you are changing the list of supported Python version please fix
|
||||||
|
|
Loading…
Reference in New Issue
Block a user