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 9662678 commit 0463436Copy full SHA for 0463436
CHANGELOG.md
@@ -4,6 +4,11 @@ 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
+## 2.2.1 - 2019-08-02
8
+
9
+### Changed
10
+- sample extractors had bad extractor_info.json. registry needs to be an array.
11
12
## 2.2.0 - 2019-04-03
13
14
### Changed
setup.py
@@ -9,7 +9,7 @@ def description():
setup(name='pyclowder',
- version='2.2.0',
+ version='2.2.1',
packages=find_packages(),
description='Python SDK for the Clowder Data Management System',
15
long_description=description(),
0 commit comments