File tree 3 files changed +16
-6
lines changed
3 files changed +16
-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.0.3 "
5
+ assert __version__ == "0.1.0 "
Original file line number Diff line number Diff line change 1
- __version__ = "0.0.3 "
1
+ __version__ = "0.1.0 "
Original file line number Diff line number Diff line change 3
3
Release Notes
4
4
-------------
5
5
6
- Future Release
7
- ==============
6
+ .. Future Release
7
+ ==============
8
8
* Enhancements
9
- * Add support for Python 3.12 (:pr: `34 `)
10
9
* Fixes
11
10
* Changes
12
11
* Documentation Changes
13
12
* Testing Changes
14
- * * Update release notes updated check CI action (:pr: `33 `)
13
+
14
+ .. Thanks to the following people for contributing to this release:
15
+
16
+ v0.1.0 May 14, 2024
17
+ ===================
18
+ * Enhancements
19
+ * Add support for Python 3.12 (:pr: `34 `)
20
+ * Testing Changes
21
+ * Update release notes updated check CI action (:pr: `33 `)
22
+
23
+ Thanks to the following people for contributing to this release:
24
+ :user: `thehomebrewnerd `
15
25
16
26
v0.0.3 Mar 19, 2024
17
27
===================
You can’t perform that action at this time.
0 commit comments