File tree Expand file tree Collapse file tree 4 files changed +8
-8
lines changed
Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
44The format is based on [ Keep a Changelog] ( http://keepachangelog.com/ )
55and this project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
66
7- ## UNRELEASED
7+ ## 2.4.1 - 2021-07-21
88
99### Added
1010- Add ` --max_retry ` CLI flag and ` CLOWDER_MAX_RETRY ` environment variable.
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ create new extractors.
1515Install using pip (for most recent versions see: https://pypi.org/project/pyclowder/ ):
1616
1717```
18- pip install pyclowder==2.4.0
18+ pip install pyclowder==2.4.1
1919```
2020
2121Install pyClowder on your system by cloning this repo:
Original file line number Diff line number Diff line change 5959# The short X.Y version.
6060version = u'2.4'
6161# The full version, including alpha/beta/rc tags.
62- release = u'2.4.0 '
62+ release = u'2.4.1 '
6363
6464# The language for content autogenerated by Sphinx. Refer to documentation
6565# for a list of supported languages.
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ def description():
99
1010
1111setup (name = 'pyclowder' ,
12- version = '2.4.0 ' ,
12+ version = '2.4.1 ' ,
1313 packages = find_packages (),
1414 description = 'Python SDK for the Clowder Data Management System' ,
1515 long_description = description (),
@@ -32,10 +32,10 @@ def description():
3232 keywords = ['clowder' , 'data management system' ],
3333
3434 install_requires = [
35- 'enum34==1.1.6 ' ,
36- 'pika==1.1 .0' ,
37- 'PyYAML==5.1' ,
38- 'requests==2.24 .0' ,
35+ 'enum34==1.1.10 ' ,
36+ 'pika==1.2 .0' ,
37+ 'PyYAML==5.4. 1' ,
38+ 'requests==2.26 .0' ,
3939 'requests-toolbelt==0.9.1' ,
4040 ],
4141
You can’t perform that action at this time.
0 commit comments