]> git.ipfire.org Git - thirdparty/psycopg.git/commitdiff
chore: bump to next dev version number
authorDaniele Varrazzo <daniele.varrazzo@gmail.com>
Tue, 6 Sep 2022 11:48:36 +0000 (12:48 +0100)
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>
Tue, 6 Sep 2022 11:49:45 +0000 (12:49 +0100)
psycopg/psycopg/version.py
psycopg_c/psycopg_c/version.py

index a522d52a0b94f24e641db2101b33193e67f7457a..d1b5292add5037c0f80eee97cd972debb225426b 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.18"
+__version__ = "3.0.19.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 61ad00754b0f6d622925a923857c9fcc14943942..1a2644854f516406b82fbca9ccd87a05a14fa14f 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.18"
+__version__ = "3.0.19.dev0"
 
 # also change psycopg/psycopg/version.py accordingly.