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