mirror of
https://github.com/github/octodns.git
synced 2024-05-11 05:55:00 +00:00
v0.9.9 version bump and CHANGELOG update
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
## v0.9.9 - 2019-??-?? - Python 3.7 Support
|
||||
## v0.9.9 - 2019-11-04 - Python 3.7 Support
|
||||
|
||||
* Extensive pass through the whole codebase to support Python 3
|
||||
* Tons of updates to replace `def __cmp__` with `__eq__` and friends to
|
||||
@@ -23,6 +23,7 @@
|
||||
* Bunch of additional unit tests and supporting config to exercise new code
|
||||
and verify things that were run into during the Python 3 work
|
||||
* lots of `six`ing of things
|
||||
* Validate Record name & fqdn length
|
||||
|
||||
## v0.9.8 - 2019-09-30 - One with no changes b/c PyPi description problems
|
||||
|
||||
|
||||
@@ -3,4 +3,4 @@
|
||||
from __future__ import absolute_import, division, print_function, \
|
||||
unicode_literals
|
||||
|
||||
__VERSION__ = '0.9.8'
|
||||
__VERSION__ = '0.9.9'
|
||||
|
||||
Reference in New Issue
Block a user