File tree 4 files changed +8
-8
lines changed
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.
4
4
The format is based on [ Keep a Changelog] ( http://keepachangelog.com/ )
5
5
and this project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
6
6
7
- ## UNRELEASED
7
+ ## 2.4.1 - 2021-07-21
8
8
9
9
### Added
10
10
- 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.
15
15
Install using pip (for most recent versions see: https://pypi.org/project/pyclowder/ ):
16
16
17
17
```
18
- pip install pyclowder==2.4.0
18
+ pip install pyclowder==2.4.1
19
19
```
20
20
21
21
Install pyClowder on your system by cloning this repo:
Original file line number Diff line number Diff line change 59
59
# The short X.Y version.
60
60
version = u'2.4'
61
61
# The full version, including alpha/beta/rc tags.
62
- release = u'2.4.0 '
62
+ release = u'2.4.1 '
63
63
64
64
# The language for content autogenerated by Sphinx. Refer to documentation
65
65
# for a list of supported languages.
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ def description():
9
9
10
10
11
11
setup (name = 'pyclowder' ,
12
- version = '2.4.0 ' ,
12
+ version = '2.4.1 ' ,
13
13
packages = find_packages (),
14
14
description = 'Python SDK for the Clowder Data Management System' ,
15
15
long_description = description (),
@@ -32,10 +32,10 @@ def description():
32
32
keywords = ['clowder' , 'data management system' ],
33
33
34
34
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' ,
39
39
'requests-toolbelt==0.9.1' ,
40
40
],
41
41
You can’t perform that action at this time.
0 commit comments