From: Bob Halley Date: Tue, 27 Dec 2022 19:23:41 +0000 (-0800) Subject: Update versions and CI post 2.3 branch. X-Git-Tag: v2.4.0rc1~75 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=40d50719aa9d88e4d5b3e4eda9dcdaa48d8be698;p=thirdparty%2Fdnspython.git Update versions and CI post 2.3 branch. --- diff --git a/.github/workflows/python-package.yml b/.github/workflows/python-package.yml index e6b1177e..b42430dd 100644 --- a/.github/workflows/python-package.yml +++ b/.github/workflows/python-package.yml @@ -7,6 +7,7 @@ on: push: branches: - master + - 2.3 paths: - '**.py' pull_request: diff --git a/README.md b/README.md index 1906c154..0325a6b6 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ to facilitate the testing of DNS software. ## ABOUT THIS RELEASE -This is the development version of dnspython 2.3.0. +This is the development version of dnspython 2.4.0. Please read [What's New](https://dnspython.readthedocs.io/en/latest/whatsnew.html) for information about the changes in this release. @@ -80,7 +80,7 @@ Note that you can install any combination of the above, e.g.: Python 2.x support ended with the release of 1.16.0. Dnspython 2.0.0 through 2.2.x support Python 3.6 and later. As of dnspython 2.3.0, the minimum -supported Python version will be 3.7. We plan to align future support with the +supported Python version is 3.7. We plan to align future support with the lifetime of the Python 3 versions. Documentation has moved to diff --git a/dns/version.py b/dns/version.py index 66e8faaa..51738954 100644 --- a/dns/version.py +++ b/dns/version.py @@ -20,7 +20,7 @@ #: MAJOR MAJOR = 2 #: MINOR -MINOR = 3 +MINOR = 4 #: MICRO MICRO = 0 #: RELEASELEVEL diff --git a/doc/conf.py b/doc/conf.py index 8bee4571..d74bf8d2 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -61,7 +61,7 @@ author = "Dnspython Contributors" # built documents. # # The short X.Y version. -version = "2.3" +version = "2.4" # The full version, including alpha/beta/rc tags. release = "2.3.0" diff --git a/pyproject.toml b/pyproject.toml index 193a33b4..827cb403 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "dnspython" -version = "2.3.0" +version = "2.4.0" description = "DNS toolkit" authors = ["Bob Halley "] license = "ISC" diff --git a/setup.cfg b/setup.cfg index 6fa2b877..bb1c6439 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = dnspython -version = 2.3.0 +version = 2.4.0 author = Bob Halley author_email = halley@dnspython.org license = ISC