Skip to content

Commit d58766c

Browse files
Merge pull request #31 from objectrocket/dependabot/pip/requirements/py-1.10.0
Bump py from 1.8.1 to 1.10.0 in /requirements
2 parents 90743de + 649e9c1 commit d58766c

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
# Changelog
22
All notable changes to this project will be documented in this file.
33

4+
## [1.3.5] - 2021-5-24 Dependabot
5+
### Added
6+
* Dependabot bumps py from 1.8.1 to 1.10.0.
7+
48
## [1.3.4] - 2020-1-15 Paul Rossmeier
59
### Added
610
* requirements.txt

elasticstat/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
__author__ = 'Jeff Tharp'
2-
__version__ = '1.3.4'
2+
__version__ = '1.3.5'

requirements/dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ more-itertools==5.0.0
1919
packaging==20.3
2020
pathlib2==2.3.5
2121
pluggy==0.13.1
22-
py==1.8.1
22+
py==1.10.0
2323
pycodestyle==2.5.0
2424
pyflakes==2.1.1
2525
pyparsing==2.4.7

0 commit comments

Comments
 (0)