Skip to content

Commit 07b4430

Browse files
authored
Merge pull request #40 from sansible/update-docs
Updates version and docs with v2 updates
2 parents f3e0000 + f7e2f62 commit 07b4430

File tree

3 files changed

+18
-1
lines changed

3 files changed

+18
-1
lines changed

README.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,14 @@ concise, pythonic way. For full documentation on each endpoint, please see
2121

2222
.. _New Relic's API explorer: https://rpm.newrelic.com/api/explore/
2323

24+
Project status
25+
==============
26+
27+
This client is out of sync with the latest changes to New Relic's APIs, work
28+
is under way to update this project and bring it up to date. If you need to
29+
use an NR resource that is not supported or is out of date then please submit
30+
a PR.
31+
2432
Installation
2533
============
2634

docs/release_notes.rst

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,15 @@
11
Release Notes
22
=============
33

4+
v1.0.6
5+
------
6+
7+
* Makes a start on supporting the latest New Relic APIs
8+
* Adds support for Alert Conditions
9+
* Adds support NRQL Alerts
10+
* Updates/fixes for V2 Alert policies
11+
* Adds support for Notification Channels
12+
413
v1.0.4
514
------
615

newrelic_api/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '1.0.6-dev'
1+
__version__ = '1.0.6'

0 commit comments

Comments
 (0)