Skip to content

Commit

Permalink
v0.1.0 (#36)
Browse files Browse the repository at this point in the history
* v0.1.0

* fix release notes
  • Loading branch information
thehomebrewnerd committed May 14, 2024
1 parent c9cd727 commit e9ee462
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 6 deletions.
2 changes: 1 addition & 1 deletion premium_primitives/tests/test_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@


def test_version():
assert __version__ == "0.0.3"
assert __version__ == "0.1.0"
2 changes: 1 addition & 1 deletion premium_primitives/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.0.3"
__version__ = "0.1.0"
18 changes: 14 additions & 4 deletions release_notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,25 @@
Release Notes
-------------

Future Release
==============
.. Future Release
==============
* Enhancements
* Add support for Python 3.12 (:pr:`34`)
* Fixes
* Changes
* Documentation Changes
* Testing Changes
* * Update release notes updated check CI action (:pr:`33`)
.. Thanks to the following people for contributing to this release:
v0.1.0 May 14, 2024
===================
* Enhancements
* Add support for Python 3.12 (:pr:`34`)
* Testing Changes
* Update release notes updated check CI action (:pr:`33`)

Thanks to the following people for contributing to this release:
:user:`thehomebrewnerd`

v0.0.3 Mar 19, 2024
===================
Expand Down

0 comments on commit e9ee462

Please sign in to comment.