diff options
| author | Bob Halley <halley@dnspython.org> | 2020-10-30 09:20:23 -0700 |
|---|---|---|
| committer | Bob Halley <halley@dnspython.org> | 2020-10-30 09:20:23 -0700 |
| commit | a282788b29258a2dda582e7ce17583dca61fa8cf (patch) | |
| tree | 357483dee04fac2b926ddb36f520a1750ba50b9b /dns/version.py | |
| parent | ee12ebcddcdc0732c5c141ebae481a1877b5a1b3 (diff) | |
| download | dnspython-a282788b29258a2dda582e7ce17583dca61fa8cf.tar.gz | |
update versions for 2.1.0rc1
Diffstat (limited to 'dns/version.py')
| -rw-r--r-- | dns/version.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dns/version.py b/dns/version.py index cf2184b..4bae41d 100644 --- a/dns/version.py +++ b/dns/version.py @@ -24,7 +24,7 @@ MINOR = 1 #: MICRO MICRO = 0 #: RELEASELEVEL -RELEASELEVEL = 0x00 +RELEASELEVEL = 0x0c #: SERIAL SERIAL = 1 |
