File tree Expand file tree Collapse file tree 3 files changed +11
-2
lines changed Expand file tree Collapse file tree 3 files changed +11
-2
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,15 @@ All notable changes to this project will be documented in this file.
4
4
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
5
5
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
6
6
7
+ ## 3.1.1.post1 -- 2021-03-04
8
+ ### fixed
9
+ - add missing ` packages ` to pyproject.toml so that ` textgrid ` is included
10
+ in build
11
+ [ 857ba09] ( https://github.com/NickleDave/crowsetta/commit/857ba097eedf45a38c33244fd7353bc7fdb48315 )
12
+ - add metadata to pyproject.toml so that README is used as "long description"
13
+ and appears on PyPI
14
+ [ e8b8209] ( https://github.com/NickleDave/crowsetta/commit/e8b8209fff5a3aa530b7ef93b015c6b35c5615a5 )
15
+
7
16
## 3.1.1 -- 2021-03-04
8
17
### changed
9
18
- switch to using ` poetry ` for development
Original file line number Diff line number Diff line change 1
1
[tool .poetry ]
2
2
name = " crowsetta"
3
- version = " 3.1.1"
3
+ version = " 3.1.1.post1 "
4
4
description = " A tool to work with any format for annotating vocalizations"
5
5
authors = [
" David Nicholson <[email protected] >" ]
6
6
readme = " README.md"
Original file line number Diff line number Diff line change 23
23
__summary__ = "A tool to work with any format for annotating vocalizations"
24
24
__uri__ = "https://github.com/NickleDave/crowsetta"
25
25
26
- __version__ = "3.1.1"
26
+ __version__ = "3.1.1.post1 "
27
27
28
28
if base_dir is not None and os .path .exists (os .path .join (base_dir , ".commit" )):
29
29
with open (os .path .join (base_dir , ".commit" )) as fp :
You can’t perform that action at this time.
0 commit comments