]> git.ipfire.org Git - thirdparty/psycopg.git/commitdiff
chore: fix version number, accidentally bumped back
authorDaniele Varrazzo <daniele.varrazzo@gmail.com>
Tue, 8 Nov 2022 12:13:47 +0000 (13:13 +0100)
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>
Tue, 8 Nov 2022 12:13:47 +0000 (13:13 +0100)
psycopg/psycopg/version.py

index d551f0f562dcf8948d46b438f5228280850b89bc..718dde123286607a7d970f93eb4822f3b9796fde 100644 (file)
@@ -8,7 +8,7 @@ psycopg distribution version file.
 # https://www.python.org/dev/peps/pep-0440/
 
 # STOP AND READ! if you change:
-__version__ = "3.1.4.dev0"
+__version__ = "3.1.5.dev0"
 # 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.