Skip to content

Commit 0764382

Browse files
committed
update changelog and version
1 parent 9c6159b commit 0764382

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,15 @@ 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.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+
916
Removed develop branch, all pull requests will need to be against master from now
1017
forward. Please update version number in setup.py in each PR.
1118

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.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(),

0 commit comments

Comments
 (0)