Skip to content

Commit a6ec84f

Browse files
committed
DEV: bump version to 3.1.1.post1 and update CHANGELOG
1 parent e8b8209 commit a6ec84f

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

doc/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,15 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

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+
716
## 3.1.1 -- 2021-03-04
817
### changed
918
- switch to using `poetry` for development

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "crowsetta"
3-
version = "3.1.1"
3+
version = "3.1.1.post1"
44
description = "A tool to work with any format for annotating vocalizations"
55
authors = ["David Nicholson <[email protected]>"]
66
readme = "README.md"

src/crowsetta/__about__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
__summary__ = "A tool to work with any format for annotating vocalizations"
2424
__uri__ = "https://github.com/NickleDave/crowsetta"
2525

26-
__version__ = "3.1.1"
26+
__version__ = "3.1.1.post1"
2727

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

0 commit comments

Comments
 (0)