-
Notifications
You must be signed in to change notification settings - Fork 635
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Rollback changes introduced in #1122
They were causing issues with older versions of Python, which need to be supported still, for a while. Also remove before_install block from .travis.yml Prep 5.5.1 release with these small fixes fixes #1183
- Loading branch information
Showing
8 changed files
with
66 additions
and
34 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,24 +1,30 @@ | ||
.*.swp | ||
*~ | ||
*.egg | ||
*.py[co] | ||
*~ | ||
.*.swp | ||
.DS_Store | ||
.coverage | ||
.eggs | ||
.idea | ||
Elastic.ico | ||
Vagrant/centos/6/.vagrant | ||
Vagrant/centos/7/.vagrant | ||
Vagrant/ubuntu/14.04/.vagrant | ||
build | ||
cacert.pem | ||
cover | ||
coverage.xml | ||
dist | ||
scratch | ||
docs/_build | ||
*.egg | ||
.eggs | ||
docs/asciidoc/html_docs | ||
elasticsearch_curator.egg-info | ||
elasticsearch_curator_dev.egg-info | ||
.coverage | ||
.idea | ||
coverage.xml | ||
nosetests.xml | ||
index.html | ||
docs/asciidoc/html_docs | ||
wheelhouse | ||
Elastic.ico | ||
vcruntime140.dll | ||
msi_guid.txt | ||
Vagrant/centos/6/.vagrant | ||
Vagrant/centos/7/.vagrant | ||
Vagrant/ubuntu/14.04/.vagrant | ||
nosetests.xml | ||
samples | ||
scratch | ||
test/.DS_Store | ||
vcruntime140.dll | ||
wheelhouse | ||
windows |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
__version__ = '5.5.0' | ||
__version__ = '5.5.1' | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
:curator_version: 5.5.0 | ||
:curator_version: 5.5.1 | ||
:curator_major: 5 | ||
:curator_doc_tree: 5.5 | ||
:es_py_version: 5.5.2 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,4 @@ | ||
voluptuous>=0.9.3 | ||
urllib3>=1.20 | ||
elasticsearch==5.5.2 | ||
click>=6.7 | ||
pyyaml>=3.10 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters