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

index c148c58c5cca8c1c9f16e9b221fa0c5b567bd6e2..1ac7efbde627e2a42a3c8f8e5cf83d51e1a0f711 100644 (file)
@@ -7,7 +7,7 @@
 ``psycopg`` release notes
 =========================
 
-Future releases
+Current release
 ---------------
 
 Psycopg 3.0.18
@@ -19,9 +19,6 @@ Psycopg 3.0.18
   is specified (:ticket:`#366`).
 
 
-Current release
----------------
-
 Psycopg 3.0.17
 ^^^^^^^^^^^^^^
 
index 1fdcec21354c3a2f4520c6363ae133340edde4a1..a522d52a0b94f24e641db2101b33193e67f7457a 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.0.18.dev0"
+__version__ = "3.0.18"
 # 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 d02e825dae22f4fe394c584d7d3cf5296d382d6f..61ad00754b0f6d622925a923857c9fcc14943942 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.0.18.dev0"
+__version__ = "3.0.18"
 
 # also change psycopg/psycopg/version.py accordingly.