Skip to content

Commit

Permalink
bump version to 2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
NickleDave committed Apr 20, 2020
1 parent dd6a7b8 commit 62d66d5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion doc/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## Unreleased
## 2.2.0
### changed
- change types of `Annotation` attributes `annot_file` and `audio_path` from `str` (string)
to `pathlib.Path`, to fix errors raised when passing in `Path` objects (because the
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__ = "2.1.0"
__version__ = "2.2.0"

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 62d66d5

Please sign in to comment.