Skip to content

Commit

Permalink
Merge pull request #418 from untergeek/v3.2.0-release
Browse files Browse the repository at this point in the history
Release prep for 3.2.0
  • Loading branch information
untergeek committed Jun 25, 2015
2 parents 538cc58 + c6959de commit a928718
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 7 deletions.
4 changes: 2 additions & 2 deletions Changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
Changelog
=========

3.2.0 (? ? ?)
-------------
3.2.0 (25 June 2015)
--------------------

**New!**

Expand Down
2 changes: 1 addition & 1 deletion curator/_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '3.2.0.dev0'
__version__ = '3.2.0'
4 changes: 2 additions & 2 deletions docs/asciidoc/index.asciidoc
Original file line number Diff line number Diff line change
@@ -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]]
Expand Down
6 changes: 4 additions & 2 deletions docs/asciidoc/misc/installation.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Expand Down

0 comments on commit a928718

Please sign in to comment.