#: MICRO
MICRO = 0
#: RELEASELEVEL
-RELEASELEVEL = 0x0c
+RELEASELEVEL = 0x0f
#: SERIAL
-SERIAL = 1
+SERIAL = 0
if RELEASELEVEL == 0x0f: # pragma: no cover
#: version
What's New in dnspython
=======================
-2.1.0rc1
+2.1.0
----------------------
* End-of-line comments are now associated with rdata when read from text.
[tool.poetry]
name = "dnspython"
-version = "2.1.0rc1"
+version = "2.1.0"
description = "DNS toolkit"
authors = ["Bob Halley <halley@dnspython.org>"]
license = "ISC"
import sys
from setuptools import setup
-version = '2.1.0rc1'
+version = '2.1.0'
try:
sys.argv.remove("--cython-compile")