Skip to content

Commit 7563437

Browse files
committed
create release 2.4.1
1 parent 1fdcb91 commit 7563437

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](http://keepachangelog.com/)
55
and 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.

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ create new extractors.
1515
Install 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

2121
Install pyClowder on your system by cloning this repo:

docs/source/conf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
# The short X.Y version.
6060
version = 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.

setup.py

+5-5
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ def description():
99

1010

1111
setup(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

0 commit comments

Comments
 (0)