Browse Source

v0.9.7 version bump and CHANGELOG updates

pull/407/head
Ross McFarland 6 years ago
parent
commit
97608b3823
No known key found for this signature in database GPG Key ID: 61C10C4FC8FE4A89
3 changed files with 13 additions and 1 deletions
  1. +4
    -0
      .gitignore
  2. +8
    -0
      CHANGELOG.md
  3. +1
    -1
      octodns/__init__.py

+ 4
- 0
.gitignore View File

@ -1,3 +1,7 @@
#
# Do not add editor or OS specific ignores here. Have a look at adding
# `excludesfile` to your `~/.gitconfig` to globally ignore such things.
#
*.pyc
.coverage
.env


+ 8
- 0
CHANGELOG.md View File

@ -1,3 +1,11 @@
## v0.9.7 - 2019-09-30 - It's about time
* AkamaiProvider, ConstellixProvider, MythicBeastsProvider, SelectelProvider,
& TransipPovider providers added
* Route53Provider seperator fix
* YamlProvider export error around stringification
* PyPi markdown rendering fix
## v0.9.6 - 2019-07-16 - The little one that fixes stuff from the big one
* Reduced dynamic record value weight range to 0-15 so that Dyn and Route53


+ 1
- 1
octodns/__init__.py View File

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

Loading…
Cancel
Save