diff options
| author | Bob Halley <halley@dnspython.org> | 2022-12-27 11:23:41 -0800 |
|---|---|---|
| committer | Bob Halley <halley@dnspython.org> | 2022-12-27 11:23:41 -0800 |
| commit | 40d50719aa9d88e4d5b3e4eda9dcdaa48d8be698 (patch) | |
| tree | 6c42062156bd9550702e9c9ec8775b9d27e0a786 | |
| parent | 31ef1742d8a65ac42fecc0e5ce0b1bc0a8a29ea0 (diff) | |
| download | dnspython-40d50719aa9d88e4d5b3e4eda9dcdaa48d8be698.tar.gz | |
Update versions and CI post 2.3 branch.
| -rw-r--r-- | .github/workflows/python-package.yml | 1 | ||||
| -rw-r--r-- | README.md | 4 | ||||
| -rw-r--r-- | dns/version.py | 2 | ||||
| -rw-r--r-- | doc/conf.py | 2 | ||||
| -rw-r--r-- | pyproject.toml | 2 | ||||
| -rw-r--r-- | setup.cfg | 2 |
6 files changed, 7 insertions, 6 deletions
diff --git a/.github/workflows/python-package.yml b/.github/workflows/python-package.yml index e6b1177..b42430d 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: @@ -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 66e8faa..5173895 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 8bee457..d74bf8d 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 193a33b..827cb40 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 <halley@dnspython.org>"] license = "ISC" @@ -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 |
