on:
push:
- branches: [ master, "2.2" ]
+ branches: [ master ]
pull_request:
branches: [ master ]
## ABOUT THIS RELEASE
-This is the development version of dnspython 2.2.0.
+This is the development version of dnspython 2.3.0.
Please read
-[What's New](https://dnspython.readthedocs.io/en/stable/whatsnew.html) for
+[What's New](https://dnspython.readthedocs.io/en/latest/whatsnew.html) for
information about the changes in this release.
## INSTALLATION
#: MAJOR
MAJOR = 2
#: MINOR
-MINOR = 2
+MINOR = 3
#: MICRO
MICRO = 0
#: RELEASELEVEL
# built documents.
#
# The short X.Y version.
-version = '2.2'
+version = '2.3'
# The full version, including alpha/beta/rc tags.
-release = '2.2.0'
+release = '2.3.0'
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
What's New in dnspython
=======================
-2.2.0 (in development)
+2.2.3 (in development)
----------------------
+* Nothing yet!
+
+2.2.0
+-----
+
* SVCB and HTTPS records have been updated to track the evolving draft
standard.
[tool.poetry]
name = "dnspython"
-version = "2.2.0"
+version = "2.3.0"
description = "DNS toolkit"
authors = ["Bob Halley <halley@dnspython.org>"]
license = "ISC"