Skip to content

Commit

Permalink
update CHANGELOG after bugfix, bump version to 3.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
NickleDave committed Jan 5, 2021
1 parent 599149f commit 9ff0467
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions doc/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## Unreleased

## 3.0.1
### fixed
- add missing comma in `ENTRY_POINTS` in `setup.py`
so that built-in formats are properly installed
[599149f](https://github.com/NickleDave/crowsetta/commit/599149f2bb52fb4cd01deca4d4b151fff085171c)

## 3.0.0
### added
- make `csv` a format
Expand Down
2 changes: 1 addition & 1 deletion src/crowsetta/__about__.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
__summary__ = "A tool to work with any format for annotating vocalizations"
__uri__ = "https://github.com/NickleDave/crowsetta"

__version__ = "3.0.0"
__version__ = "3.0.1"

if base_dir is not None and os.path.exists(os.path.join(base_dir, ".commit")):
with open(os.path.join(base_dir, ".commit")) as fp:
Expand Down

0 comments on commit 9ff0467

Please sign in to comment.