## 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.
| Version | Supported |
| -------- | ------------------ |
-| 2.2.x | :white_check_mark: |
+| 2.3.x | :white_check_mark: |
| 1.16.x | :white_check_mark: |
| < 1.16.0 | :x: |
#: MICRO
MICRO = 0
#: RELEASELEVEL
-RELEASELEVEL = 0x00
+RELEASELEVEL = 0x0C
#: SERIAL
-SERIAL = 0
+SERIAL = 1
if RELEASELEVEL == 0x0F: # pragma: no cover lgtm[py/unreachable-statement]
#: version
[tool.poetry]
name = "dnspython"
-version = "2.3.0"
+version = "2.3.0rc1"
description = "DNS toolkit"
authors = ["Bob Halley <halley@dnspython.org>"]
license = "ISC"
[metadata]
name = dnspython
-version = 2.3.0
+version = 2.3.0rc1
author = Bob Halley
author_email = halley@dnspython.org
license = ISC