diff --git a/Changelog.rst b/Changelog.rst index eaeb4c80..4bd7c0c0 100644 --- a/Changelog.rst +++ b/Changelog.rst @@ -3,8 +3,8 @@ Changelog ========= -3.2.0 (? ? ?) -------------- +3.2.0 (25 June 2015) +-------------------- **New!** diff --git a/curator/_version.py b/curator/_version.py index 42e7383e..573cf70b 100644 --- a/curator/_version.py +++ b/curator/_version.py @@ -1 +1 @@ -__version__ = '3.2.0.dev0' +__version__ = '3.2.0' diff --git a/docs/asciidoc/index.asciidoc b/docs/asciidoc/index.asciidoc index 119ae88e..57698611 100644 --- a/docs/asciidoc/index.asciidoc +++ b/docs/asciidoc/index.asciidoc @@ -1,5 +1,5 @@ -:curator_version: 3.1.0 -:es_py_version: 1.5.0 +:curator_version: 3.2.0 +:es_py_version: 1.6.0 :ref: http://www.elastic.co/guide/en/elasticsearch/reference/current [[curator-reference]] diff --git a/docs/asciidoc/misc/installation.asciidoc b/docs/asciidoc/misc/installation.asciidoc index 6b1eb7b0..fbe4e36b 100644 --- a/docs/asciidoc/misc/installation.asciidoc +++ b/docs/asciidoc/misc/installation.asciidoc @@ -41,14 +41,16 @@ Any other version-sepecific installation will follow this basic pattern. Installation: PIP installation from source ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -Download and install the https://github.com/shazow/urllib3[urllib3] dependency: +Download and install the https://github.com/shazow/urllib3[urllib3] dependency +(1.8.3 or greater): . `wget https://pypi.python.org/packages/source/u/urllib3/urllib3-1.8.3.tar.gz` . `pip install urllib3-1.8.3.tar.gz`   -Download and install the http://click.pocoo.org/[click] dependency: +Download and install the http://click.pocoo.org/[click] dependency (3.3 or +greater): . `wget https://pypi.python.org/packages/source/c/click/click-3.3.tar.gz -O click-3.3.tar.gz` . `pip install click-3.3.tar.gz`