From a0d92024157378689f87ecb689b684d9b68ec38d Mon Sep 17 00:00:00 2001 From: Megan Galloway Date: Thu, 26 Jul 2018 18:16:16 -0500 Subject: [PATCH] Update docs for release 2.0.1 :sparkles: --- README.md | 4 ++-- setup.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index dc55ad9..d7d42f8 100644 --- a/README.md +++ b/README.md @@ -28,13 +28,13 @@ All state tracking metadata is stored as AWS resource tags on the cluster and in ## Installation -Aurora Echo is a command-line tool that uses [Boto](https://github.com/boto/boto3). It has been tested on Ubuntu 15.04 with Python 3.4.3. +Aurora Echo is a command-line tool that uses [Boto](https://github.com/boto/boto3). It has been tested on Ubuntu 14.04 with Python 3.4.3. You will need to set up AWS auth as per the [boto documentation](https://boto3.readthedocs.io/en/latest/guide/quickstart.html#configuration). Grab the latest version and set it to executable like so: ```sh -sudo curl -o /usr/local/bin/aurora-echo -L "https://github.com/blacklocus/aurora-echo/releases/download/v2.0.0/aurora-echo" && \ +sudo curl -o /usr/local/bin/aurora-echo -L "https://github.com/blacklocus/aurora-echo/releases/download/v2.0.1/aurora-echo" && \ sudo chmod +x /usr/local/bin/aurora-echo ``` diff --git a/setup.py b/setup.py index c9dd9db..665ea1b 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setup( name='aurora_echo', - version='2.0.0', + version='2.0.1', packages=find_packages(), install_requires=requirements, entry_points='''