Skip to content

Commit

Permalink
Prepare v0.10.0 (#468)
Browse files Browse the repository at this point in the history
<!-- Please ensure the PR fulfills the following requirements! -->
<!-- If this is your first PR, make sure to add your details to the
AUTHORS.rst! -->
### Pull Request Checklist:
- [ ] This PR addresses an already opened issue (for bug fixes /
features)
    - This PR fixes #xyz
- [ ] (If applicable) Documentation has been added / updated (for bug
fixes / features).
- [ ] (If applicable) Tests have been added.
- [ ] This PR does not seem to break the templates.
- [ ] CHANGELOG.rst has been updated (with summary of main changes).
- [ ] Link to issue (:issue:`number`) and pull request (:pull:`number`)
has been added.

### What kind of change does this PR introduce?

* ...

### Does this PR introduce a breaking change?


### Other information:
  • Loading branch information
RondeauG authored Sep 30, 2024
2 parents 86e8f39 + 00b9cfd commit 3c5eb98
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 32 deletions.
2 changes: 1 addition & 1 deletion .cruft.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"project_slug": "xscen",
"project_short_description": "A climate change scenario-building analysis framework, built with xclim/xarray.",
"pypi_username": "RondeauG",
"version": "0.9.2-dev.19",
"version": "0.10.0",
"use_pytest": "y",
"use_black": "y",
"use_conda": "y",
Expand Down
4 changes: 2 additions & 2 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
Changelog
=========

v0.9.2 (unreleased)
-------------------
v0.10.0 (2024-09-30)
--------------------
Contributors to this version: Juliette Lavoie (:user:`juliettelavoie`), Pascal Bourgault (:user:`aulemahal`), Gabriel Rondeau-Genesse (:user:`RondeauG`), Trevor James Smith (:user:`Zeitsperre`).

New features and enhancements
Expand Down
29 changes: 1 addition & 28 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ target-version = [
]

[tool.bumpversion]
current_version = "0.9.2-dev.19"
current_version = "0.10.0"
commit = true
commit_args = "--no-verify"
tag = false
Expand All @@ -145,33 +145,6 @@ serialize = [
"{major}.{minor}.{patch}"
]

[[tool.bumpversion.files]]
filename = "CHANGELOG.rst"
include_bumps = ["release"]
search = """\
`Unreleased <https://github.com/Ouranosinc/xscen>`_ (latest)
------------------------------------------------------------
"""
replace = """\
`Unreleased <https://github.com/Ouranosinc/xscen>`_ (latest)
------------------------------------------------------------
Contributors:
Changes
^^^^^^^
* No change.
Fixes
^^^^^
* No change.
.. _changes_{new_version}:
`v{new_version} <https://github.com/Ouranosinc/xscen/tree/{new_version}>`_
----------------------------------------------------------------------
"""

[[tool.bumpversion.files]]
filename = "src/xscen/__init__.py"
search = "__version__ = \"{current_version}\""
Expand Down
2 changes: 1 addition & 1 deletion src/xscen/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@

__author__ = """Gabriel Rondeau-Genesse"""
__email__ = "[email protected]"
__version__ = "0.9.2-dev.19"
__version__ = "0.10.0"


def warning_on_one_line(
Expand Down

0 comments on commit 3c5eb98

Please sign in to comment.