From f9b701ffae4f757df048667faa2c9f182b0af1e2 Mon Sep 17 00:00:00 2001 From: Loren Gordon Date: Wed, 4 Dec 2019 14:39:04 -0800 Subject: [PATCH] Prepares watchmaker 0.16.6 release --- .bumpversion.cfg | 2 +- CHANGELOG.md | 11 +++++++++++ setup.cfg | 2 +- 3 files changed, 13 insertions(+), 2 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 403d4fca7..b9fb3ed32 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.16.5 +current_version = 0.16.6 commit = False tag = False tag_name = {new_version} diff --git a/CHANGELOG.md b/CHANGELOG.md index 8c2455e7f..ab2d4cd31 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ ## Changelog +### 0.16.6 + +**Commit Delta**: [Change from 0.16.5 release](https://github.com/plus3it/watchmaker/compare/0.16.5...0.16.6) + +**Released**: 2019.12.04 + +**Summary**: + +* Uses CDN URLs for watchmaker config and content, instead of direct S3 URLs +* Pins `backoff` dependency when running on Python 3.4 or earlier + ### 0.16.5 **Commit Delta**: [Change from 0.16.4 release](https://github.com/plus3it/watchmaker/compare/0.16.4...0.16.5) diff --git a/setup.cfg b/setup.cfg index 9a03fe7ee..7a9d32665 100644 --- a/setup.cfg +++ b/setup.cfg @@ -3,7 +3,7 @@ [metadata] name = watchmaker description = Applied Configuration Management -version = 0.16.5 +version = 0.16.6 author = Plus3IT Maintainers of Watchmaker author_email = projects@plus3it.com url = https://github.com/plus3it/watchmaker