]> git.ipfire.org Git - thirdparty/psycopg.git/commitdiff
chore: bump to next dev version
authorDaniele Varrazzo <daniele.varrazzo@gmail.com>
Thu, 16 Jun 2022 22:43:19 +0000 (00:43 +0200)
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>
Thu, 16 Jun 2022 22:43:19 +0000 (00:43 +0200)
psycopg/psycopg/version.py
psycopg_c/psycopg_c/version.py

index 54cd329a28c48f8f04ce4d7f2860e51e04cee068..77e94545c5b5bfdabea4bce9049701b9e2be5d3d 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.15"
+__version__ = "3.0.16.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 727b7f84b251897e66c45f447b8219547baee617..1456f324c96bdf5b3add3a5d36652f08dd6bc0e9 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.15"
+__version__ = "3.0.16.dev0"
 
 # also change psycopg/psycopg/version.py accordingly.