File tree Expand file tree Collapse file tree 5 files changed +23
-7
lines changed Expand file tree Collapse file tree 5 files changed +23
-7
lines changed Original file line number Diff line number Diff line change 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.19.1-dev.1 " ,
13+ "version" : " 0.19.1" ,
1414 "use_pytest" : " y" ,
1515 "use_black" : " y" ,
1616 "use_conda" : " y" ,
Original file line number Diff line number Diff line change 22Changelog
33=========
44
5- `Unreleased <https://github.com/CSHS-CWRA/RavenPy >`_ (latest)
6- -------------------------------------------------------------
5+ ..
6+ `Unreleased <https://github.com/CSHS-CWRA/RavenPy>`_ (latest)
7+ -------------------------------------------------------------
8+
9+ Contributors:
10+
11+ Changes
12+ ^^^^^^^
13+ * No change.
14+
15+ Fixes
16+ ^^^^^
17+ * No change.
18+
19+ .. _changes_0.19.1 :
20+
21+ `v0.19.1 <https://github.com/CSHS-CWRA/RavenPy/tree/v0.19.1 >`_ (2025-08-05)
22+ ---------------------------------------------------------------------------
723
824Contributors: Trevor James Smith (:user: `Zeitsperre `).
925
Original file line number Diff line number Diff line change @@ -162,7 +162,7 @@ ravenpy = "ravenpy.cli:main"
162162[tool ]
163163
164164[tool .bumpversion ]
165- current_version = " 0.19.1-dev.1 "
165+ current_version = " 0.19.1"
166166commit = true
167167commit_args = " --no-verify"
168168tag = false
@@ -199,7 +199,7 @@ replace = """\
199199.. _changes_{new_version}:
200200
201201`v{new_version} <https://github.com/CSHS-CWRA/RavenPy/tree/v{new_version}>`_ ({now:%Y-%m-%d})
202- -------------------------------------------------------------------------
202+ ---------------------------------------------------------------------------
203203"""
204204
205205[[tool .bumpversion .files ]]
Original file line number Diff line number Diff line change 3030
3131__author__ = """David Huard"""
323233- __version__ = "0.19.1-dev.1 "
33+ __version__ = "0.19.1"
Original file line number Diff line number Diff line change @@ -45,4 +45,4 @@ def test_package_metadata():
4545 contents = f .read ()
4646 assert """David Huard""" in contents
4747 assert '__email__ = "[email protected] "' in contents 48- assert '__version__ = "0.19.1-dev.1 "' in contents
48+ assert '__version__ = "0.19.1"' in contents
You can’t perform that action at this time.
0 commit comments