Skip to content

Commit 1a4da31

Browse files
v0.0.3 (#26)
* v0.0.3 * add future release section * fix date
1 parent 48826ad commit 1a4da31

File tree

2 files changed

+14
-2
lines changed

2 files changed

+14
-2
lines changed

.github/workflows/release.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ jobs:
77
pypi-publish:
88
name: PyPI Release
99
runs-on: ubuntu-latest
10+
permissions:
11+
id-token: write
1012
steps:
1113
- uses: actions/checkout@v4
1214
- uses: actions/setup-python@v5

release_notes.rst

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,18 @@
33
Release Notes
44
-------------
55

6-
Future Release
7-
==============
6+
.. Future Release
7+
==============
8+
* Enhancements
9+
* Fixes
10+
* Changes
11+
* Documentation Changes
12+
* Testing Changes
13+
14+
.. Thanks to the following people for contributing to this release:
15+
16+
v0.0.3 Mar 19, 2024
17+
===================
818
* Remove pandas version upper bound restriction and add Python 3.11 tests (:pr:`16`)
919
* Remove support for Python 3.8 (:pr:`22`)
1020

0 commit comments

Comments
 (0)