File tree Expand file tree Collapse file tree 3 files changed +13
-6
lines changed Expand file tree Collapse file tree 3 files changed +13
-6
lines changed Original file line number Diff line number Diff line change 2
2
3
3
4
4
def test_version ():
5
- assert __version__ == "0.9.0 "
5
+ assert __version__ == "0.9.1 "
Original file line number Diff line number Diff line change 1
- __version__ = "0.9.0 "
1
+ __version__ = "0.9.1 "
Original file line number Diff line number Diff line change 1
1
Release Notes
2
2
-------------
3
3
4
- Future Release
5
- ==============
4
+ .. Future Release
5
+ ==============
6
6
* Enhancements
7
7
* Fixes
8
8
* Changes
9
- * Explicitly set series dtype for ``LabelTimes.target_types `` (:pr: `337 `)
10
9
* Documentation Changes
11
- * Fix docs build and clean up release notes (:pr: `336 `)
12
10
* Testing Changes
13
11
12
+ .. Thanks to the following people for contributing to this release:
13
+
14
+ v0.9.1 Nov 2, 2022
15
+ ==================
16
+ * Changes
17
+ * Explicitly set series dtype for ``LabelTimes.target_types `` (:pr: `337 `)
18
+ * Documentation Changes
19
+ * Fix docs build and clean up release notes (:pr: `336 `)
20
+
14
21
Thanks to the following people for contributing to this release:
15
22
:user: `thehomebrewnerd `
16
23
You can’t perform that action at this time.
0 commit comments