]> git.ipfire.org Git - thirdparty/psycopg.git/commitdiff
Bump to next beta release
authorDaniele Varrazzo <daniele.varrazzo@gmail.com>
Mon, 30 Aug 2021 04:35:34 +0000 (06:35 +0200)
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>
Mon, 30 Aug 2021 04:35:34 +0000 (06:35 +0200)
psycopg/psycopg/version.py
psycopg_c/psycopg_c/version.py
psycopg_pool/psycopg_pool/version.py

index b39070f499551749cd8e0ce8db45b0b77c9b80fc..9a35ae81044bfcfba260030ed2f063c0902b5e84 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.beta1"
+__version__ = "3.0.beta2"
 
 # also change psycopg_c/psycopg_c/version.py accordingly.
index 764f259b3773925c3428094ae83837cec6a87e52..7cad1f1365e77b3db5bf7e1ef7fec712d7e2ba09 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.beta1"
+__version__ = "3.0.beta2"
 
 # also change psycopg/psycopg/version.py accordingly.
index c6dfe6e1a20d8a37664031e7b78c8444470451ee..92931c30cf80d128943ffab08f4d5269c3b67cde 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.beta1"
+__version__ = "3.0.beta2"