]> git.ipfire.org Git - thirdparty/psycopg.git/commitdiff
chore: bump version to 3.1 beta 1 to test building packages
authorDaniele Varrazzo <daniele.varrazzo@gmail.com>
Sat, 27 Aug 2022 09:57:09 +0000 (10:57 +0100)
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>
Sat, 27 Aug 2022 10:02:39 +0000 (11:02 +0100)
psycopg/psycopg/version.py
psycopg_c/psycopg_c/version.py

index 79dba9d0c446677c8412c01eea8a74a93080afb2..8a71535323650f7bc3432ff82217cb89ad8f919f 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.dev0"
+__version__ = "3.1b1"
 # 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 6857be13e0e936cd7e527ad207b60a26a46f2cc5..16daad920b81e2821a5b9d9769d7439d7290821a 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.dev0"
+__version__ = "3.1b1"
 
 # also change psycopg/psycopg/version.py accordingly.