From ffbca09d8b92fdb3134823e827cb82c7805238ef Mon Sep 17 00:00:00 2001 From: Ross McFarland Date: Mon, 21 May 2018 19:03:15 -0700 Subject: [PATCH] 0.9.1 version bump and changelog update --- CHANGELOG.md | 6 +++++- octodns/__init__.py | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c3eaae6..6365545 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/octodns/__init__.py b/octodns/__init__.py index da72790..b45191a 100644 --- a/octodns/__init__.py +++ b/octodns/__init__.py @@ -3,4 +3,4 @@ from __future__ import absolute_import, division, print_function, \ unicode_literals -__VERSION__ = '0.9.0' +__VERSION__ = '0.9.1'