From: Bob Halley Date: Mon, 1 Sep 2025 23:38:59 +0000 (-0700) Subject: 2.8.0rc1 prep X-Git-Tag: v2.8.0rc1^0 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a35d6925efe20744e8cf7545d19d03ba06e7ab6f;p=thirdparty%2Fdnspython.git 2.8.0rc1 prep --- diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index edc5669a..ee0abc79 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -7,7 +7,7 @@ on: push: branches: - main - - 2.7 + - 2.8 paths: - '**.py' pull_request: diff --git a/README.md b/README.md index b4ca6b78..1d022b6e 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ testing of DNS software. ## ABOUT THIS RELEASE -This is the development version of `dnspython` 2.8.0. +This is of `dnspython` 2.8.0rc1. 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 77ea39c5..c66f6302 100644 --- a/dns/version.py +++ b/dns/version.py @@ -24,9 +24,9 @@ MINOR = 8 #: MICRO MICRO = 0 #: RELEASELEVEL -RELEASELEVEL = 0x00 +RELEASELEVEL = 0x0C #: SERIAL -SERIAL = 0 +SERIAL = 1 if RELEASELEVEL == 0x0F: # pragma: no cover lgtm[py/unreachable-statement] #: version