File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed
Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -4,8 +4,15 @@ 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.3.1 - 2020-09-18
8+
9+ ### Fixed
10+ - There was an issue where status messages could cause an exception. This would prevent most extractors from running correctly.
11+
712## 2.3.0 - 2020-09-15
813
14+ ** CRITICAL BUG IN THIS VERSION. PLEASE USE VERSION 2.3.1**
15+
916Removed develop branch, all pull requests will need to be against master from now
1017forward. Please update version number in setup.py in each PR.
1118
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ def description():
99
1010
1111setup (name = 'pyclowder' ,
12- version = '2.3.0 ' ,
12+ version = '2.3.1 ' ,
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