Skip to content

Commit

Permalink
chore: bump psycopg package version to 3.1.20.dev1
Browse files Browse the repository at this point in the history
  • Loading branch information
dvarrazzo committed May 11, 2024
1 parent 780068d commit 750dd30
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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.19"
__version__ = "3.1.20.dev1"
# 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.19"
__version__ = "3.1.20.dev1"

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

0 comments on commit 750dd30

Please sign in to comment.