Skip to content

Commit

Permalink
update CHANGELOG.rst, address typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Zeitsperre committed Sep 23, 2024
1 parent 0ad72f1 commit 36a00da
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/bump-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ jobs:
echo "Version is stable, bumping 'patch' version"
bump-my-version bump patch
fi
NEW_VERSION="$(grep -E '__version__' src/hydrologie/__init__.py | cut -d ' ' -f3)"
NEW_VERSION="$(grep -E '__version__' src/xhydro/__init__.py | cut -d ' ' -f3)"
echo "new_version=${NEW_VERSION}"
echo "NEW_VERSION=${NEW_VERSION}" >> $GITHUB_ENV
- name: Push Changes
Expand Down
5 changes: 5 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,11 @@ Internal changes
* A new pre-commit hook and linting step for validating numpy docstrings has been added (`numpydoc`).
* All `pip`-based dependencies used to run in CI are now managed by a ``CI/requirements_ci.txt`` that uses hashes of packages for security.
* Added two new Batch (`.bat`) files to help facilitate the translation of and the generation of the `xhydro` documentation in Windows environments. (:pull:`196`).
* The bumpversion workflow now uses the Hydrologie Helper Bot to make signed commits. (:pull:`199`).
* Updated the cookiecutter template to the latest commit. (:pull:`199`):
* Updated development dependencies to the latest versions.
* Staged support for Python3.13.
* Added environment caching to existing workflows.

Breaking changes
^^^^^^^^^^^^^^^^
Expand Down

0 comments on commit 36a00da

Please sign in to comment.