Browse Source

Merge pull request #112 from github/rel-0-8-7

0.8.7 release
pull/117/head v0.8.7
Ross McFarland 8 years ago
committed by GitHub
parent
commit
c45b7a5fb0
3 changed files with 15 additions and 1 deletions
  1. +13
    -0
      CHANGELOG.md
  2. +1
    -1
      octodns/__init__.py
  3. +1
    -0
      requirements-dev.txt

+ 13
- 0
CHANGELOG.md View File

@ -1,3 +1,16 @@
## v0.8.7 - 2017-09-29 - OVH support
Adds an OVH provider.
## v0.8.6 - 2017-09-06 - CAA record type,
Misc fixes and improvments.
* Azure TXT record fix
* PowerDNS api support for https
* Configurable Route53 max retries and max-attempts
* Improved key ordering error message
## v0.8.5 - 2017-07-21 - Azure, NS1 escaping, & large zones
Relatively small delta this go around. No major themes or anything, just steady


+ 1
- 1
octodns/__init__.py View File

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

+ 1
- 0
requirements-dev.txt View File

@ -4,3 +4,4 @@ nose
pep8
pyflakes
requests_mock
setuptools>=36.4.0

Loading…
Cancel
Save