Skip to content

Commit

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

* add future release section

* fix date
  • Loading branch information
thehomebrewnerd authored Mar 19, 2024
1 parent 48826ad commit 1a4da31
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ jobs:
pypi-publish:
name: PyPI Release
runs-on: ubuntu-latest
permissions:
id-token: write
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
Expand Down
14 changes: 12 additions & 2 deletions release_notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,18 @@
Release Notes
-------------

Future Release
==============
.. Future Release
==============
* Enhancements
* Fixes
* Changes
* Documentation Changes
* Testing Changes
.. Thanks to the following people for contributing to this release:
v0.0.3 Mar 19, 2024
===================
* Remove pandas version upper bound restriction and add Python 3.11 tests (:pr:`16`)
* Remove support for Python 3.8 (:pr:`22`)

Expand Down

0 comments on commit 1a4da31

Please sign in to comment.