Skip to content

Commit

Permalink
Release 0.13 (#334)
Browse files Browse the repository at this point in the history
* Update history

* Bump version: 0.12.3 → 0.13.0
  • Loading branch information
huard authored Jan 10, 2024
1 parent 50b79fb commit 89c356c
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 7 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.12.3",
"version": "0.13.0",
"use_pytest": "y",
"use_black": "y",
"use_pypi_deployment_with_travis": "y",
Expand Down
12 changes: 9 additions & 3 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,16 @@
History
=======

0.13 (unreleased)
0.13 (2023-01-10)
-----------------
* Fixed problem with scalar elevation in netCDF files parsed with `nc_specs` (issue #279)
* Added notebook on sensitivity analysis.
* Fixed problem with scalar elevation in netCDF files parsed with `nc_specs` (issue #279, PR #323)
* Added notebook on sensitivity analysis (PR #320)
* Updated Notebooks 03 and 04 (PR #319)
* Upgrade to pydantic v2 (PR #326)
* Pin cf-xarray for Python3.8 (PR #325)
* Fix Coveralls Workflows (PR #328)
* Fix notebook execution (PR #329)
* Refactor and simplify testing data fetching (PR #332)

Breaking changes
^^^^^^^^^^^^^^^^
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.12.3"
__version__ = "0.13.0"
3 changes: 1 addition & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.12.3
current_version = 0.13.0
commit = True
tag = False

Expand Down Expand Up @@ -66,4 +66,3 @@ statistics = True
[pydocstyle]
convention = numpy
match = ((?!(test_|conftest|conf)).)*\.py

0 comments on commit 89c356c

Please sign in to comment.