Skip to content

Commit e140ea8

Browse files
committed
Version bump
1 parent 0b3e2e8 commit e140ea8

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,18 @@ 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+
9+
### Fixed
10+
- Heartbeat of 5 minutes would cause timeouts for RabbitMQ
11+
[CATSPYC-30](https://opensource.ncsa.illinois.edu/jira/browse/CATSPYC-30)
12+
713
## 2.2.2 - 2019-09-27
814

915
### Changed
1016
- Heartbeat is now every five minutes, was every 5 seconds
17+
18+
### Fixed
1119
- the python3 images were actually python2 images
1220

1321
## 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)