Skip to content

Commit

Permalink
Prepare v0.15.0 (#380)
Browse files Browse the repository at this point in the history
## Changes

* Prepares the next minor version (v0.15.0)
  • Loading branch information
Zeitsperre committed Jun 20, 2024
2 parents cde004d + 0e362a0 commit 0dec383
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .cruft.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"project_slug": "ravenpy",
"project_short_description": "A Python wrapper to setup and run the hydrologic modelling framework Raven.",
"pypi_username": "CSHS-CWRA",
"version": "0.14.1",
"version": "0.15.0",
"use_pytest": "y",
"use_black": "y",
"use_pypi_deployment_with_travis": "y",
Expand Down
2 changes: 1 addition & 1 deletion HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
History
=======

0.15.0 (unreleased)
0.15.0 (2024-06-20)
-------------------
* Pinned `pint` below version 0.24 due to a breaking change in their API. (PR #375)
* Pinned `numpy` below v2.0.0 due to a breaking change in their API. (PR #378)
Expand Down
2 changes: 1 addition & 1 deletion ravenpy/__version__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@

__author__ = "David Huard"
__email__ = "huard.david@ouranos.ca"
__version__ = "0.14.1"
__version__ = "0.15.0"
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.14.1
current_version = 0.15.0
commit = True
tag = False

Expand Down

0 comments on commit 0dec383

Please sign in to comment.