Skip to content

Commit e9ee462

Browse files
v0.1.0 (#36)
* v0.1.0 * fix release notes
1 parent c9cd727 commit e9ee462

File tree

3 files changed

+16
-6
lines changed

3 files changed

+16
-6
lines changed

premium_primitives/tests/test_version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22

33

44
def test_version():
5-
assert __version__ == "0.0.3"
5+
assert __version__ == "0.1.0"

premium_primitives/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.0.3"
1+
__version__ = "0.1.0"

release_notes.rst

+14-4
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,25 @@
33
Release Notes
44
-------------
55

6-
Future Release
7-
==============
6+
.. Future Release
7+
==============
88
* Enhancements
9-
* Add support for Python 3.12 (:pr:`34`)
109
* Fixes
1110
* Changes
1211
* Documentation Changes
1312
* 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`
1525

1626
v0.0.3 Mar 19, 2024
1727
===================

0 commit comments

Comments
 (0)