Skip to content

Commit

Permalink
2.5.0rc1 versioning
Browse files Browse the repository at this point in the history
  • Loading branch information
rthalley committed Jan 6, 2024
1 parent ace5a51 commit a507858
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
1 change: 1 addition & 0 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ on:
branches:
- master
- 2.4
- 2.5
paths:
- '**.py'
pull_request:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ to facilitate the testing of DNS software.

## ABOUT THIS RELEASE

This is the development version of dnspython 2.5.0.
This is dnspython 2.5.0rc1.
Please read
[What's New](https://dnspython.readthedocs.io/en/latest/whatsnew.html) for
information about the changes in this release.
Expand Down
4 changes: 2 additions & 2 deletions dns/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@
#: MICRO
MICRO = 0
#: RELEASELEVEL
RELEASELEVEL = 0x00
RELEASELEVEL = 0x0C
#: SERIAL
SERIAL = 0
SERIAL = 1

if RELEASELEVEL == 0x0F: # pragma: no cover lgtm[py/unreachable-statement]
#: version
Expand Down
4 changes: 2 additions & 2 deletions doc/whatsnew.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
What's New in dnspython
=======================

2.5.0 (in development)
----------------------
2.5.0
-----

* Dnspython now uses hatchling for builds.

Expand Down

0 comments on commit a507858

Please sign in to comment.