We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 727b1d7 commit 4ab16b5Copy full SHA for 4ab16b5
CHANGELOG.md
@@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
4
The format is based on [Keep a Changelog](http://keepachangelog.com/)
5
and this project adheres to [Semantic Versioning](http://semver.org/).
6
7
-## [Unreleased]
+## 2.2.1 - 2019-09-27
8
9
### Changed
10
- Heartbeat is now every five minutes, was every 5 seconds
setup.py
@@ -9,7 +9,7 @@ def description():
11
setup(name='pyclowder',
12
- version='2.2.0',
+ version='2.2.1',
13
packages=find_packages(),
14
description='Python SDK for the Clowder Data Management System',
15
long_description=description(),
0 commit comments