Skip to content

Commit

Permalink
v0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Nate Parsons committed May 14, 2024
1 parent c9cd727 commit aece6f0
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 5 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"
16 changes: 13 additions & 3 deletions release_notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,26 @@
Release Notes
-------------

Future Release
==============
.. Future Release
==============
* Enhancements
* Add support for Python 3.12 (:pr:`34`)
* Fixes
* Changes
* Documentation Changes
* Testing Changes
.. 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
===================
* Remove pandas version upper bound restriction and add Python 3.11 tests (:pr:`16`)
Expand Down

0 comments on commit aece6f0

Please sign in to comment.