From 268afe7d39e22af6a0fea818b1817ba25dacb7cd Mon Sep 17 00:00:00 2001 From: yangchoo Date: Mon, 27 Feb 2017 14:11:11 -0800 Subject: [PATCH] - update documentation and version bump --- CHANGELOG.md | 1 + README.md | 2 +- docs/README.rst | 2 +- transcriptic/version.py | 2 +- 4 files changed, 4 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index dd7387c9..c41d0fd1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,7 @@ ## `transcriptic` Changelog ## Unreleased +## v3.11.0 Updated - Handling of 403 routes - Documentation to reflect permissions changes diff --git a/README.md b/README.md index 6257de04..fcde9c45 100644 --- a/README.md +++ b/README.md @@ -47,7 +47,7 @@ View [Developer Specific Documentation](http://transcriptic.readthedocs.io/en/la ## Permissions -Note that direct analysis and submission of Autoprotocol is currently restricted. Please contact us through the appropriate support channels if you would like to do so. +Note that direct analysis and submission of Autoprotocol is currently restricted. Please contact sales@transcriptic.com if you would like to do so. ## Contributing diff --git a/docs/README.rst b/docs/README.rst index 97663892..8de6ca86 100644 --- a/docs/README.rst +++ b/docs/README.rst @@ -46,7 +46,7 @@ API calls are located in the `transcriptic.config` module for more advanced conn Permissions ----------- -Note that direct analysis and submission of Autoprotocol is currently restricted. Please contact us through the appropriate support channels if you would like to do so. +Note that direct analysis and submission of Autoprotocol is currently restricted. Please contact sales@transcriptic.com if you would like to do so. Further Documentation diff --git a/transcriptic/version.py b/transcriptic/version.py index 0695c50b..fcbd6954 100644 --- a/transcriptic/version.py +++ b/transcriptic/version.py @@ -1 +1 @@ -__version__ = "3.10.3" +__version__ = "3.11.0"