Skip to content

Commit

Permalink
Merge pull request #255 from Ouranosinc/hotfix
Browse files Browse the repository at this point in the history
Hotfix Changelog
  • Loading branch information
Zeitsperre authored Sep 17, 2024
2 parents 19f483b + 08f3719 commit 7664186
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 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": "figanos",
"project_short_description": "Outils pour produire des graphiques informatifs sur les impacts des changements climatiques.",
"pypi_username": "Sarahclaude",
"version": "0.3.1-dev.10",
"version": "0.3.1-dev.11",
"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
=========

0.4.0 (unreleased)
------------------
`Unreleased <https://github.com/Ouranosinc/figanos>`_ (latest)
--------------------------------------------------------------
Contributors to this version: Trevor James Smith (:user:`Zeitsperre`), Marco Braun (:user:`vindelico`), Pascal Bourgault (:user:`aulemahal`), Sarah-Claude Bourdeau-Goulet (:user:`Sarahclaude`), Éric Dupuis (:user:`coxipi`), Juliette Lavoie (:user:`juliettelavoie`)

New features and enhancements
Expand Down
8 changes: 4 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -127,12 +127,12 @@ serialize = [
filename = "CHANGELOG.rst"
include_bumps = ["release"]
search = """\
`Unreleased <https://github.com/Sarahclaude/figanos>`_ (latest)
---------------------------------------------------------------
`Unreleased <https://github.com/Ouranosinc/figanos>`_ (latest)
--------------------------------------------------------------
"""
replace = """\
`Unreleased <https://github.com/Sarahclaude/figanos>`_ (latest)
---------------------------------------------------------------
`Unreleased <https://github.com/Ouranosinc/figanos>`_ (latest)
--------------------------------------------------------------
Contributors:
Expand Down
2 changes: 1 addition & 1 deletion src/figanos/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

__author__ = """Sarah-Claude Bourdeau-Goulet"""
__email__ = "[email protected]"
__version__ = "0.3.1-dev.10"
__version__ = "0.3.1-dev.11"

from . import matplotlib
from ._data import data
Expand Down
2 changes: 1 addition & 1 deletion tests/test_figanos.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,4 @@ def test_package_metadata():
contents = f.read()
assert """Sarah-Claude Bourdeau-Goulet""" in contents
assert '__email__ = "[email protected]"' in contents
assert '__version__ = "0.3.1-dev.10"' in contents
assert '__version__ = "0.3.1-dev.11"' in contents

0 comments on commit 7664186

Please sign in to comment.