diff --git a/CHANGES.md b/CHANGES.md index 0d3832f..f40c8c5 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,5 +1,9 @@ # Changes +## 0.2.2 (2023-06-05) + +* Building Raven-hydro from sources available on pip within an Anaconda environment is now supported. + ## 0.2.1 (2023-05-25) * Raven-hydro only offers source distributions until issues arising from library linking/bundling have been resolved. @@ -7,11 +11,11 @@ ## 0.2.0 (2023-05-16) * Updated Raven version to v3.7 -* Added GitHub Workflows for releasing source and binary builds on TestPyPI and PyPI -* Conditional fetching/verifying of Raven source code is now handled by pyproject.toml keyword argument (`ALWAYS_DOWNLOAD = false` ) -* Added the Raven source code to the source distribution -* Now using pre-commit for linting checks -* Fixed issues with licensing (now bundles raven_COPYING.txt) +* Added GitHub Workflows for releasing source and binary builds on TestPyPI and PyPI. +* Conditional fetching/verifying of Raven source code is now handled by pyproject.toml keyword argument (`ALWAYS_DOWNLOAD = false` ). +* Added the Raven source code to the source distribution. +* Now using pre-commit for linting checks. +* Fixed issues with licensing (now bundles raven_COPYING.txt). ## 0.1.0 (2023-05-16) diff --git a/pyproject.toml b/pyproject.toml index d4216a1..2f7a095 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -27,7 +27,7 @@ classifiers = [ ] keywords = ["raven", "hydrologic", "model", "cmake"] dynamic = ["readme"] -version = "0.2.1" +version = "0.2.2" dependencies = [] [project.urls]