]> git.ipfire.org Git - thirdparty/psycopg.git/commitdiff
Fix beta release number to normalised form... again!
authorDaniele Varrazzo <daniele.varrazzo@gmail.com>
Sun, 26 Sep 2021 22:08:10 +0000 (00:08 +0200)
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>
Sun, 26 Sep 2021 22:08:10 +0000 (00:08 +0200)
I seem unable to learn what that form is.

docs/news.rst
psycopg/psycopg/version.py
psycopg_c/psycopg_c/version.py
psycopg_pool/psycopg_pool/version.py

index 7bdd70671c296e75e358158712ae4c15ee9f1a9e..d981bdcc18603b83d1726a4e04324ab7ff116e98 100644 (file)
@@ -8,8 +8,8 @@ Release notes
 Current release
 ---------------
 
-psycopg 3.0.b2
-^^^^^^^^^^^^^^
+psycopg 3.0b2
+^^^^^^^^^^^^^
 
 - Add :ref:`adapt-shapely` (:ticket:`#80`).
 - Add `psycopg.pq.__build_version__` constant.
@@ -18,7 +18,7 @@ psycopg 3.0.b2
 - Fix selection of dumper by oid after `~psycopg.Copy.set_types()`.
 
 
-psycopg 3.0.b1
---------------
+psycopg 3.0b1
+^^^^^^^^^^^^^
 
 - First public release on PyPI.
index cdf44df87db3edebe4550a3657678226d1bb53e4..b3e1e07d3d9aefe932f503c386949ce7deb239dd 100644 (file)
@@ -6,6 +6,6 @@ psycopg distribution version file.
 
 # Use a versioning scheme as defined in
 # https://www.python.org/dev/peps/pep-0440/
-__version__ = "3.0.b2"
+__version__ = "3.0b2"
 
 # also change psycopg_c/psycopg_c/version.py accordingly.
index 2fcf55203c1c60e166f8186ae3d02c0099583759..27f61b5646edbbc9b68139145a280622b437bc9d 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.b2"
+__version__ = "3.0b2"
 
 # also change psycopg/psycopg/version.py accordingly.
index 6206db9b67a419e0ce1ce4cf5b28b84c4b411f7d..3b5dd98991f0420882420935db064695ed6488f8 100644 (file)
@@ -6,4 +6,4 @@ psycopg pool version file.
 
 # Use a versioning scheme as defined in
 # https://www.python.org/dev/peps/pep-0440/
-__version__ = "3.0.b2"
+__version__ = "3.0b2"