Skip to content

Commit 0dec383

Browse files
authored
Prepare v0.15.0 (#380)
## Changes * Prepares the next minor version (v0.15.0)
2 parents cde004d + 0e362a0 commit 0dec383

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

Diff for: .cruft.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"project_slug": "ravenpy",
1111
"project_short_description": "A Python wrapper to setup and run the hydrologic modelling framework Raven.",
1212
"pypi_username": "CSHS-CWRA",
13-
"version": "0.14.1",
13+
"version": "0.15.0",
1414
"use_pytest": "y",
1515
"use_black": "y",
1616
"use_pypi_deployment_with_travis": "y",

Diff for: HISTORY.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
History
33
=======
44

5-
0.15.0 (unreleased)
5+
0.15.0 (2024-06-20)
66
-------------------
77
* Pinned `pint` below version 0.24 due to a breaking change in their API. (PR #375)
88
* Pinned `numpy` below v2.0.0 due to a breaking change in their API. (PR #378)

Diff for: ravenpy/__version__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44

55
__author__ = "David Huard"
66
__email__ = "[email protected]"
7-
__version__ = "0.14.1"
7+
__version__ = "0.15.0"

Diff for: setup.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.14.1
2+
current_version = 0.15.0
33
commit = True
44
tag = False
55

0 commit comments

Comments
 (0)