diff options
| author | Bob Halley <halley@play-bow.org> | 2020-07-01 08:05:58 -0700 |
|---|---|---|
| committer | Bob Halley <halley@play-bow.org> | 2020-07-01 08:05:58 -0700 |
| commit | 407397f8d0143592620d1171ac503c07f9dcf537 (patch) | |
| tree | 2d386e645891a3f18e0da60e1b02ee23f00c6e9a /dns/version.py | |
| parent | 2290ed3bd3ec93a119fd139a741af9e43a5704d9 (diff) | |
| download | dnspython-407397f8d0143592620d1171ac503c07f9dcf537.tar.gz | |
2.0.0rc2 versioning
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 d897395..dcdbbe0 100644 --- a/dns/version.py +++ b/dns/version.py @@ -24,7 +24,7 @@ MINOR = 0 #: MICRO MICRO = 0 #: RELEASELEVEL -RELEASELEVEL = 0x00 +RELEASELEVEL = 0x0c #: SERIAL SERIAL = 2 |
