We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 48826ad commit 1a4da31Copy full SHA for 1a4da31
.github/workflows/release.yaml
@@ -7,6 +7,8 @@ jobs:
7
pypi-publish:
8
name: PyPI Release
9
runs-on: ubuntu-latest
10
+ permissions:
11
+ id-token: write
12
steps:
13
- uses: actions/checkout@v4
14
- uses: actions/setup-python@v5
release_notes.rst
@@ -3,8 +3,18 @@
3
Release Notes
4
-------------
5
6
-Future Release
-==============
+.. Future Release
+ ==============
+ * Enhancements
+ * Fixes
+ * Changes
+ * Documentation Changes
+ * Testing Changes
+
+.. Thanks to the following people for contributing to this release:
15
16
+v0.0.3 Mar 19, 2024
17
+===================
18
* Remove pandas version upper bound restriction and add Python 3.11 tests (:pr:`16`)
19
* Remove support for Python 3.8 (:pr:`22`)
20
0 commit comments