File tree Expand file tree Collapse file tree 2 files changed +9
-1
lines changed
Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -4,10 +4,18 @@ 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+ ## 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
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ def description():
99
1010
1111setup (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 (),
You can’t perform that action at this time.
0 commit comments