File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,8 @@ these changes are prefixed with "**BREAKING**"
5
5
6
6
## [ Unreleased] [ unreleased ]
7
7
8
+ ## [ v0.9.1] [ ]
9
+
8
10
### Fixed
9
11
10
12
* ` delphin.tfs.TypedFeatureStructure ` no longer duplicates attributes
@@ -834,6 +836,7 @@ information about changes, except for
834
836
[ commit messages] ( ../../commits/v0.2 ) .
835
837
836
838
[ unreleased ] : ../../tree/develop
839
+ [ v0.9.1 ] : ../../releases/tag/v0.9.1
837
840
[ v0.9.0 ] : ../../releases/tag/v0.9.0
838
841
[ v0.8.0 ] : ../../releases/tag/v0.8.0
839
842
[ v0.7.2 ] : ../../releases/tag/v0.7.2
Original file line number Diff line number Diff line change @@ -109,7 +109,7 @@ Do the following tasks prior to releasing on GitHub and PyPI.
109
109
- [ ] Update ` README.md ` (contributors, requirements, etc.) if necessary
110
110
- [ ] Ensure tests pass: ` tox `
111
111
- [ ] 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 `
113
113
- [ ] commit
114
114
- [ ] push
115
115
- [ ] Merge to master
You can’t perform that action at this time.
0 commit comments