diff options
author | Brian Wellington <bwelling@xbill.org> | 2020-07-01 10:35:12 -0700 |
---|---|---|
committer | Brian Wellington <bwelling@xbill.org> | 2020-07-01 10:35:12 -0700 |
commit | 8521b63293bf704412c67ef69cee0a1e2ad47298 (patch) | |
tree | 49d901b8f9b63e1184ecd433fb090b59c8189678 /pyproject.toml | |
parent | 7482b94a28dfcd9a98a3518effcec2a6085235d1 (diff) | |
parent | 5765181c220b96b1543395faaf5e43eb778a45ff (diff) | |
download | dnspython-8521b63293bf704412c67ef69cee0a1e2ad47298.tar.gz |
Merge remote-tracking branch 'upstream/master' into amtrelay
Diffstat (limited to 'pyproject.toml')
-rw-r--r-- | pyproject.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml index 21ca001..970d92f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "dnspython" -version = "2.0.0dev2" +version = "2.0.0rc2" description = "DNS toolkit" authors = ["Bob Halley <halley@dnspython.org>"] license = "ISC" |