We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 90743de + 649e9c1 commit d58766cCopy full SHA for d58766c
CHANGELOG
@@ -1,6 +1,10 @@
1
# Changelog
2
All notable changes to this project will be documented in this file.
3
4
+## [1.3.5] - 2021-5-24 Dependabot
5
+### Added
6
+* Dependabot bumps py from 1.8.1 to 1.10.0.
7
+
8
## [1.3.4] - 2020-1-15 Paul Rossmeier
9
### Added
10
* requirements.txt
elasticstat/__init__.py
@@ -1,2 +1,2 @@
__author__ = 'Jeff Tharp'
-__version__ = '1.3.4'
+__version__ = '1.3.5'
requirements/dev.txt
@@ -19,7 +19,7 @@ more-itertools==5.0.0
19
packaging==20.3
20
pathlib2==2.3.5
21
pluggy==0.13.1
22
-py==1.8.1
+py==1.10.0
23
pycodestyle==2.5.0
24
pyflakes==2.1.1
25
pyparsing==2.4.7
0 commit comments