diff --git a/.github/workflows/CI_CD_actions.yml b/.github/workflows/CI_CD_actions.yml index 1a462e653..6d956fc99 100644 --- a/.github/workflows/CI_CD_actions.yml +++ b/.github/workflows/CI_CD_actions.yml @@ -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 diff --git a/changelog.md b/changelog.md index 4ea60e20c..6ee90f718 100644 --- a/changelog.md +++ b/changelog.md @@ -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 diff --git a/glotaran/__init__.py b/glotaran/__init__.py index 65b462f19..dfee9536d 100644 --- a/glotaran/__init__.py +++ b/glotaran/__init__.py @@ -4,7 +4,7 @@ load_plugins() -__version__ = "0.8.0.dev0" +__version__ = "0.7.2" examples = deprecate_submodule( deprecated_module_name="glotaran.examples",