Skip to content

Commit

Permalink
Update versions for 2.3.0rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
rthalley committed Dec 27, 2022
1 parent 31ef174 commit cb993cd
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 dnspython 2.3.0rc1.
Please read
[What's New](https://dnspython.readthedocs.io/en/latest/whatsnew.html) for
information about the changes in this release.
Expand Down
2 changes: 1 addition & 1 deletion SECURITY.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ The following versions would get a security update release if necessary.

| Version | Supported |
| -------- | ------------------ |
| 2.2.x | :white_check_mark: |
| 2.3.x | :white_check_mark: |
| 1.16.x | :white_check_mark: |
| < 1.16.0 | :x: |

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
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "dnspython"
version = "2.3.0"
version = "2.3.0rc1"
description = "DNS toolkit"
authors = ["Bob Halley <halley@dnspython.org>"]
license = "ISC"
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = dnspython
version = 2.3.0
version = 2.3.0rc1
author = Bob Halley
author_email = halley@dnspython.org
license = ISC
Expand Down

0 comments on commit cb993cd

Please sign in to comment.