Browse Source
v0.9.8 version bump and CHANGELOG updates
pull/408/head
Ross McFarland
6 years ago
No known key found for this signature in database
GPG Key ID: 61C10C4FC8FE4A89
2 changed files with
5 additions and
1 deletions
-
CHANGELOG.md
-
octodns/__init__.py
|
|
|
@ -1,3 +1,7 @@ |
|
|
|
## v0.9.8 - 2019-09-30 - One with no changes b/c PyPi description problems |
|
|
|
|
|
|
|
* No material changes |
|
|
|
|
|
|
|
## v0.9.7 - 2019-09-30 - It's about time |
|
|
|
|
|
|
|
* AkamaiProvider, ConstellixProvider, MythicBeastsProvider, SelectelProvider, |
|
|
|
|
|
|
|
@ -3,4 +3,4 @@ |
|
|
|
from __future__ import absolute_import, division, print_function, \ |
|
|
|
unicode_literals |
|
|
|
|
|
|
|
__VERSION__ = '0.9.7' |
|
|
|
__VERSION__ = '0.9.8' |