Skip to content

Commit

Permalink
πŸš€ Prepare 0.7.2 release (#1400)
Browse files Browse the repository at this point in the history
* β¬†οΈπŸš€ Change version from 0.8.0.dev0  to 0.7.2

* β¬†οΈπŸ“š Update version in change log

* πŸ“¦ Use trusted publisher workflow for publishing to PyPI

* πŸš§πŸ“š Set correct release date in change log
  • Loading branch information
s-weigand authored Dec 6, 2023
1 parent 7e1075a commit 620eaa4
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 15 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/CI_CD_actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,6 @@ jobs:
python setup.py sdist bdist_wheel
- name: Publish package
uses: pypa/gh-action-pypi-publish@master
uses: pypa/gh-action-pypi-publish@v1.8.11
with:
user: __token__
password: ${{ secrets.pypi_pyglotaran_token }}
print-hash: true
14 changes: 3 additions & 11 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,20 +1,12 @@
# Changelog

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

## πŸš€ 0.8.0 (Unreleased)
## πŸš€ 0.7.2 (2023-12-06)

### ✨ Features

### πŸ‘Œ Minor Improvements:

### 🩹 Bug fixes

### πŸ“š Documentation

### πŸ—‘οΈ Deprecations (due in 0.9.0)

### πŸ—‘οΈβŒ Deprecated functionality removed in this release
- ✨ Official numpy 1.26 support (#1374)

### 🚧 Maintenance

Expand Down
2 changes: 1 addition & 1 deletion glotaran/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

load_plugins()

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

examples = deprecate_submodule(
deprecated_module_name="glotaran.examples",
Expand Down

0 comments on commit 620eaa4

Please sign in to comment.