From 393e862739d175196946de115c370576ab824b7d Mon Sep 17 00:00:00 2001 From: Bob Halley Date: Sat, 15 Jul 2023 09:08:51 -0700 Subject: [PATCH] 2.5.0 development versioning. --- README.md | 2 +- dns/version.py | 2 +- doc/conf.py | 4 ++-- pyproject.toml | 2 +- setup.cfg | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index e37c6848..805704ac 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ to facilitate the testing of DNS software. ## ABOUT THIS RELEASE -This is the development version of dnspython 2.4.0. +This is the development version of dnspython 2.5.0. Please read [What's New](https://dnspython.readthedocs.io/en/latest/whatsnew.html) for information about the changes in this release. diff --git a/dns/version.py b/dns/version.py index 51738954..1f9c7138 100644 --- a/dns/version.py +++ b/dns/version.py @@ -20,7 +20,7 @@ #: MAJOR MAJOR = 2 #: MINOR -MINOR = 4 +MINOR = 5 #: MICRO MICRO = 0 #: RELEASELEVEL diff --git a/doc/conf.py b/doc/conf.py index 7133cd49..36585f3b 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -61,9 +61,9 @@ author = "Dnspython Contributors" # built documents. # # The short X.Y version. -version = "2.4" +version = "2.5" # The full version, including alpha/beta/rc tags. -release = "2.3.0" +release = "2.5.0" # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/pyproject.toml b/pyproject.toml index b260b9f0..e8c636d6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "dnspython" -version = "2.4.0" +version = "2.5.0" description = "DNS toolkit" authors = ["Bob Halley "] license = "ISC" diff --git a/setup.cfg b/setup.cfg index 756aeb1d..68d03d07 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = dnspython -version = 2.4.0 +version = 2.5.0 author = Bob Halley author_email = halley@dnspython.org license = ISC -- 2.47.3