From f7e2f625898c40f811ab07642acb584fc27f9720 Mon Sep 17 00:00:00 2001 From: David Reed Date: Thu, 4 Apr 2019 13:44:20 +0100 Subject: [PATCH] Updates version and docs with v2 updates Adds latest changes to the release notes and drops the -dev tag from the version, also added a note to the README about the out of date nature of the project. --- README.rst | 8 ++++++++ docs/release_notes.rst | 9 +++++++++ newrelic_api/version.py | 2 +- 3 files changed, 18 insertions(+), 1 deletion(-) diff --git a/README.rst b/README.rst index e58be87..8d0bdb5 100644 --- a/README.rst +++ b/README.rst @@ -21,6 +21,14 @@ concise, pythonic way. For full documentation on each endpoint, please see .. _New Relic's API explorer: https://rpm.newrelic.com/api/explore/ +Project status +============== + +This client is out of sync with the latest changes to New Relic's APIs, work +is under way to update this project and bring it up to date. If you need to +use an NR resource that is not supported or is out of date then please submit +a PR. + Installation ============ diff --git a/docs/release_notes.rst b/docs/release_notes.rst index b4a00a2..c86a330 100644 --- a/docs/release_notes.rst +++ b/docs/release_notes.rst @@ -1,6 +1,15 @@ Release Notes ============= +v1.0.6 +------ + +* Makes a start on supporting the latest New Relic APIs +* Adds support for Alert Conditions +* Adds support NRQL Alerts +* Updates/fixes for V2 Alert policies +* Adds support for Notification Channels + v1.0.4 ------ diff --git a/newrelic_api/version.py b/newrelic_api/version.py index 6843bf6..da2182f 100644 --- a/newrelic_api/version.py +++ b/newrelic_api/version.py @@ -1 +1 @@ -__version__ = '1.0.6-dev' +__version__ = '1.0.6'