Skip to content

Commit c4e3461

Browse files
committed
v0.9.1 release
1 parent 241e7b4 commit c4e3461

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ these changes are prefixed with "**BREAKING**"
55

66
## [Unreleased][unreleased]
77

8+
## [v0.9.1][]
9+
810
### Fixed
911

1012
* `delphin.tfs.TypedFeatureStructure` no longer duplicates attributes
@@ -834,6 +836,7 @@ information about changes, except for
834836
[commit messages](../../commits/v0.2).
835837

836838
[unreleased]: ../../tree/develop
839+
[v0.9.1]: ../../releases/tag/v0.9.1
837840
[v0.9.0]: ../../releases/tag/v0.9.0
838841
[v0.8.0]: ../../releases/tag/v0.8.0
839842
[v0.7.2]: ../../releases/tag/v0.7.2

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ Do the following tasks prior to releasing on GitHub and PyPI.
109109
- [ ] Update `README.md` (contributors, requirements, etc.) if necessary
110110
- [ ] Ensure tests pass: `tox`
111111
- [ ] Ensure the documentation builds without error (see above)
112-
- [ ] Bump the version in `delphin/__about__.py` and `docs/conf.py`
112+
- [ ] Bump the version in `delphin/__about__.py`
113113
- [ ] commit
114114
- [ ] push
115115
- [ ] Merge to master

0 commit comments

Comments
 (0)