Browse Source

v0.9.8 version bump and CHANGELOG updates

pull/408/head
Ross McFarland 6 years ago
parent
commit
659a60de46
No known key found for this signature in database GPG Key ID: 61C10C4FC8FE4A89
2 changed files with 5 additions and 1 deletions
  1. +4
    -0
      CHANGELOG.md
  2. +1
    -1
      octodns/__init__.py

+ 4
- 0
CHANGELOG.md View File

@ -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,


+ 1
- 1
octodns/__init__.py View File

@ -3,4 +3,4 @@
from __future__ import absolute_import, division, print_function, \
unicode_literals
__VERSION__ = '0.9.7'
__VERSION__ = '0.9.8'

Loading…
Cancel
Save