Skip to content

Commit

Permalink
🚀 Prepare 0.7.2 release (#229)
Browse files Browse the repository at this point in the history
This PR prepares the `0.7.2` release.
Those changes are needed for "the protocol papers".


### Change summary

- [⬆️🚀 Change version from 0.8.0.dev0 to
0.7.2](36af65f)
- [⬆️📚 Update version in change
log](55928e6)
- [🧹 Raise upper bound for
numpy](b270145)

<!-- Documentation changes, only needed if bigger changes were made  -->

<!-- Links to the changed sections

- [section1](link_to_docs_built_for_the_PR)
- [section2](link_to_docs_built_for_the_PR) -->

### Checklist

- [x] ✔️ Passing the tests (mandatory for all PR's)
  • Loading branch information
s-weigand authored Dec 6, 2023
1 parent 292f6ee commit 85de98d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -152,9 +152,6 @@ jobs:
runs-on: ubuntu-latest
if: github.event_name == 'push' && startsWith(github.event.ref, 'refs/tags')
needs: test
environment:
name: pypi
url: https://pypi.org/p/pyglotaran-extras
permissions:
id-token: write # IMPORTANT: this permission is mandatory for trusted publishing
steps:
Expand Down
4 changes: 2 additions & 2 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Changelog

(changes-0_8_0)=
(changes-0_7_2)=

## 0.8.0 (Unreleased)
## 0.7.2 (2023-12-07)

- 🧰👌 Switch tooling to ruff (#197)
- 🩹 Fix crash when plotting spectral model result (#200)
Expand Down
2 changes: 1 addition & 1 deletion pyglotaran_extras/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@
"add_subplot_labels",
]

__version__ = "0.8.0.dev0"
__version__ = "0.7.2"

0 comments on commit 85de98d

Please sign in to comment.