]> git.ipfire.org Git - thirdparty/dnspython.git/commitdiff
Update versions and CI post 2.3 branch.
authorBob Halley <halley@dnspython.org>
Tue, 27 Dec 2022 19:23:41 +0000 (11:23 -0800)
committerBob Halley <halley@dnspython.org>
Tue, 27 Dec 2022 19:23:41 +0000 (11:23 -0800)
.github/workflows/python-package.yml
README.md
dns/version.py
doc/conf.py
pyproject.toml
setup.cfg

index e6b1177effe72dac7f33740444ffe75a0cb01605..b42430dd4355ca710d17ef745c8d2a110de1bd61 100644 (file)
@@ -7,6 +7,7 @@ on:
   push:
     branches:
       - master
+      - 2.3
     paths:
       - '**.py'
   pull_request:
index 1906c15493878bc76129e6e189a59e4cc5e2c47b..0325a6b6e778b707e9806806b0eaa196e0a008a9 100644 (file)
--- 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
index 66e8faaa636e84d8b82150d6aefa2315e9c0cefd..5173895490fbe4b3bab7db402a0018529a5e3c37 100644 (file)
@@ -20,7 +20,7 @@
 #: MAJOR
 MAJOR = 2
 #: MINOR
-MINOR = 3
+MINOR = 4
 #: MICRO
 MICRO = 0
 #: RELEASELEVEL
index 8bee45718249f6e401def3be96fb851ced20eb75..d74bf8d24fe49c422ef1871b5af9eb3f0f233082 100644 (file)
@@ -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"
 
index 193a33b4d29d24381e346ab60e8e0244b15a14ad..827cb403c54b3a7f698e6208729f70c94c862871 100644 (file)
@@ -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"
index 6fa2b87726bef8bee86aba80eb92b298b3ee613c..bb1c6439618613226c36f8d759edd8f4dfb67442 100644 (file)
--- 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