Skip to content

Commit 151d3b0

Browse files
committed
Merge branch 'release/2.2.3' into hotfix/CATSPYC-29-support-large-file-upload
2 parents 7e3eedc + e140ea8 commit 151d3b0

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,20 @@ 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+
## 2.2.3 - 2019-10-14
8+
79
### Fixed
10+
- Heartbeat of 5 minutes would cause timeouts for RabbitMQ
11+
[CATSPYC-30](https://opensource.ncsa.illinois.edu/jira/browse/CATSPYC-30)
812
- support uploading large file to dataset.
13+
[CATSPYC-29](https://opensource.ncsa.illinois.edu/jira/browse/CATSPYC-29)
914

1015
## 2.2.2 - 2019-09-27
1116

1217
### Changed
1318
- Heartbeat is now every five minutes, was every 5 seconds
19+
20+
### Fixed
1421
- the python3 images were actually python2 images
1522

1623
## 2.2.1 - 2019-08-02

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ def description():
99

1010

1111
setup(name='pyclowder',
12-
version='2.2.2',
12+
version='2.2.3',
1313
packages=find_packages(),
1414
description='Python SDK for the Clowder Data Management System',
1515
long_description=description(),

0 commit comments

Comments
 (0)