mirror of
https://github.com/psycopg/psycopg2.git
synced 2024-11-22 17:06:33 +03:00
chore: bump version to 2.9.7
This commit is contained in:
parent
4fe28d661a
commit
1e0086b1fe
4
NEWS
4
NEWS
|
@ -1,8 +1,8 @@
|
||||||
Current release
|
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
|
- Fix propagation of exceptions raised during module initialization
|
||||||
(:ticket:`#1598`).
|
(:ticket:`#1598`).
|
||||||
|
|
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.6'
|
PSYCOPG_VERSION = '2.9.7'
|
||||||
|
|
||||||
|
|
||||||
# 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