Skip to content

Commit

Permalink
bump version to 3.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
NickleDave committed Dec 19, 2021
1 parent a1d696d commit a47798a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
5 changes: 2 additions & 3 deletions 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
## 3.2.0 -- 2021-12-19
### Added
- add a [CITATION.cff](https://citation-file-format.github.io/) file
[#103](https://github.com/NickleDave/vak/pull/103).
Expand All @@ -24,12 +24,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Fixed
- Fix .TextGrid and .phn docstrings that referred to ".not.mat files"
[#118](https://github.com/NickleDave/crowsetta/pull/118).

### Removed
- remove `data` module [#110](https://github.com/NickleDave/crowsetta/pull/110)
that downloaded data from other sources.
Fixes [#93](https://github.com/NickleDave/crowsetta/issues/93).

## 3.1.1.post1 -- 2021-03-04
### fixed
- add missing `packages` to pyproject.toml so that `textgrid` is included
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "crowsetta"
version = "3.1.1.post1"
version = "3.2.0"
description = "A tool to work with any format for annotating vocalizations"
authors = ["David Nicholson <[email protected]>"]
readme = "README.md"
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.1.1.post1"
__version__ = "3.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 a47798a

Please sign in to comment.