]> git.ipfire.org Git - thirdparty/psycopg.git/commitdiff
Bump to next maint releases
authorDaniele Varrazzo <daniele.varrazzo@gmail.com>
Sat, 8 Jan 2022 19:50:26 +0000 (20:50 +0100)
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>
Sat, 8 Jan 2022 19:50:26 +0000 (20:50 +0100)
psycopg/psycopg/version.py
psycopg_c/psycopg_c/version.py
psycopg_pool/psycopg_pool/version.py

index 51c15230464d20977f0f783cd71ef822983c3f47..185d5ae7a7b92971d7b967e07775665d01462990 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.8"
+__version__ = "3.0.9.dev0"
 # 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 4d8c313d4e3de2e20be1e6927389d877fb427a5e..6cfce7a0f7a1fb905d18c67232e5c43cff2ec028 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.8"
+__version__ = "3.0.9.dev0"
 
 # also change psycopg/psycopg/version.py accordingly.
index d59512ae68523135712eb114260b426a450ee3e3..a4edcfc62a8171a74bdcffc2a3b61a1bbcbba822 100644 (file)
@@ -7,6 +7,6 @@ psycopg pool version file.
 # Use a versioning scheme as defined in
 # https://www.python.org/dev/peps/pep-0440/
 # STOP AND READ! if you change:
-__version__ = "3.0.3"
+__version__ = "3.0.4.dev0"
 # also change:
 # - `docs/news_pool.rst` to declare this version current or unreleased