Skip to content

Commit

Permalink
Merge pull request #12 from Ouranosinc/preprare_v022
Browse files Browse the repository at this point in the history
Prepare v0.2.2
  • Loading branch information
Zeitsperre authored Jun 5, 2023
2 parents 074f054 + f51d82a commit 969b0ca
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 6 deletions.
14 changes: 9 additions & 5 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,21 @@
# 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.

## 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)

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ classifiers = [
]
keywords = ["raven", "hydrologic", "model", "cmake"]
dynamic = ["readme"]
version = "0.2.1"
version = "0.2.2"
dependencies = []

[project.urls]
Expand Down

0 comments on commit 969b0ca

Please sign in to comment.