]> git.ipfire.org Git - thirdparty/psycopg.git/commitdiff
chore: bump to version number 3.1.1 3.1.1
authorDaniele Varrazzo <daniele.varrazzo@gmail.com>
Mon, 5 Sep 2022 12:23:19 +0000 (13:23 +0100)
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>
Mon, 5 Sep 2022 12:23:19 +0000 (13:23 +0100)
docs/news.rst
psycopg/psycopg/version.py
psycopg_c/psycopg_c/version.py

index 49e482e73e22ec85cf4bd3994391deb596101cf8..810d9ba832564838d0c65b63e7403550887f695d 100644 (file)
@@ -7,7 +7,7 @@
 ``psycopg`` release notes
 =========================
 
-Future releases
+Current release
 ---------------
 
 Psycopg 3.1.1
@@ -19,9 +19,6 @@ Psycopg 3.1.1
   is specified (:ticket:`#366`).
 
 
-Current release
----------------
-
 Psycopg 3.1
 -----------
 
index c79f39fffcdcfe7e0cbbdf33863aa2946a8e9747..fab9330c36bbd198abb141b14fd14373a96ad1ee 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.1.dev0"
+__version__ = "3.1.1"
 # 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.
index ba759a15886b3b4b560b2c2539d51ccb8a8ebceb..c30a4547561f3a99d525571aeda9445dcf0af11d 100644 (file)
@@ -6,6 +6,6 @@ psycopg-c distribution version file.
 
 # Use a versioning scheme as defined in
 # https://www.python.org/dev/peps/pep-0440/
-__version__ = "3.1.1.dev0"
+__version__ = "3.1.1"
 
 # also change psycopg/psycopg/version.py accordingly.