Browse Source

0.9.1 version bump and changelog update

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

+ 5
- 1
CHANGELOG.md View File

@ -1,4 +1,4 @@
## v0.9.1 - UNRELEASED
## v0.9.1 - 2018-05-21 - Going backwards with setup.py
### NOTICE
@ -11,6 +11,10 @@ all health checks are passing before the first sync with `--doit`. See
* Major update to geo healthchecks to allow configuring host (header), path,
protocol, and port [#67](https://github.com/github/octodns/pull/67)
* SSHFP algorithm type 4
* NS1 and DNSimple support skipping unsupported record types
* Revert back to old style setup.py & requirements.txt, setup.cfg was
causing too much pita
## v0.9.0 - 2018-03-26 - Way too long since we last met


+ 1
- 1
octodns/__init__.py View File

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

Loading…
Cancel
Save