File tree Expand file tree Collapse file tree 3 files changed +12
-5
lines changed Expand file tree Collapse file tree 3 files changed +12
-5
lines changed Original file line number Diff line number Diff line change 1
- Future Release
2
- ==============
1
+ .. Future Release
2
+ ==============
3
3
* Enhancements
4
4
* Fixes
5
- * Fixes Windows compatibility issue in pyproject.toml (:pr: `50 `)
6
5
* Changes
7
6
* Documentation Changes
8
7
* Testing Changes
8
+
9
+ .. Thanks to the following people for contributing to this release:
10
+
11
+ v0.0.4 Oct 19, 2022
12
+ ===================
13
+ * Fixes
14
+ * Fixes Windows compatibility issue in pyproject.toml (:pr: `50 `)
15
+ * Testing Changes
9
16
* Adds Windows install test (:pr: `50 `)
10
17
11
18
Thanks to the following people for contributing to this release:
Original file line number Diff line number Diff line change 2
2
3
3
4
4
def test_version ():
5
- assert __version__ == "0.0.3 "
5
+ assert __version__ == "0.0.4 "
Original file line number Diff line number Diff line change 1
- __version__ = "0.0.3 "
1
+ __version__ = "0.0.4 "
You can’t perform that action at this time.
0 commit comments