Skip to content

Commit

Permalink
chore: bump psycopg package version to 3.1.15
Browse files Browse the repository at this point in the history
  • Loading branch information
dvarrazzo committed Dec 14, 2023
1 parent 2c5e37f commit e89d6da
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 8 deletions.
9 changes: 3 additions & 6 deletions docs/news.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@
``psycopg`` release notes
=========================

Future releases
Current release
---------------

Psycopg 3.1.15 (unreleased)
^^^^^^^^^^^^^^^^^^^^^^^^^^^
Psycopg 3.1.15
^^^^^^^^^^^^^^

- Fix use of ``service`` in connection string (regression in 3.1.13,
:ticket:`#694`).
Expand All @@ -21,9 +21,6 @@ Psycopg 3.1.15 (unreleased)
the connection timeout.


Current release
---------------

Psycopg 3.1.14
^^^^^^^^^^^^^^

Expand Down
2 changes: 1 addition & 1 deletion psycopg/psycopg/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
# https://www.python.org/dev/peps/pep-0440/

# STOP AND READ! if you change:
__version__ = "3.1.15.dev1"
__version__ = "3.1.15"
# also change:
# - `docs/news.rst` to declare this as the current version or an unreleased one
# - `psycopg_c/psycopg_c/version.py` to the same version.
2 changes: 1 addition & 1 deletion psycopg_c/psycopg_c/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@

# Use a versioning scheme as defined in
# https://www.python.org/dev/peps/pep-0440/
__version__ = "3.1.15.dev1"
__version__ = "3.1.15"

# also change psycopg/psycopg/version.py accordingly.

0 comments on commit e89d6da

Please sign in to comment.