summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBob Halley <halley@dnspython.org>2022-12-27 11:23:41 -0800
committerBob Halley <halley@dnspython.org>2022-12-27 11:23:41 -0800
commit40d50719aa9d88e4d5b3e4eda9dcdaa48d8be698 (patch)
tree6c42062156bd9550702e9c9ec8775b9d27e0a786
parent31ef1742d8a65ac42fecc0e5ce0b1bc0a8a29ea0 (diff)
downloaddnspython-40d50719aa9d88e4d5b3e4eda9dcdaa48d8be698.tar.gz
Update versions and CI post 2.3 branch.
-rw-r--r--.github/workflows/python-package.yml1
-rw-r--r--README.md4
-rw-r--r--dns/version.py2
-rw-r--r--doc/conf.py2
-rw-r--r--pyproject.toml2
-rw-r--r--setup.cfg2
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:
diff --git a/README.md b/README.md
index 1906c15..0325a6b 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 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"
diff --git a/setup.cfg b/setup.cfg
index 6fa2b87..bb1c643 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