From: Daniele Varrazzo Date: Tue, 8 Nov 2022 12:13:47 +0000 (+0100) Subject: chore: fix version number, accidentally bumped back X-Git-Tag: 3.1.5~19 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0f88d1cbbf26c7ef4d6282dbe1287e8c06e11e5c;p=thirdparty%2Fpsycopg.git chore: fix version number, accidentally bumped back --- diff --git a/psycopg/psycopg/version.py b/psycopg/psycopg/version.py index d551f0f56..718dde123 100644 --- a/psycopg/psycopg/version.py +++ b/psycopg/psycopg/version.py @@ -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.