Skip to content

Commit

Permalink
Merge pull request #159 from Ouranosinc/prepare_v0.3.0
Browse files Browse the repository at this point in the history
Prepare for v0.3.0 release
  • Loading branch information
sarahclaude committed Feb 16, 2024
2 parents 3084e8e + bca0320 commit 6f7c160
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 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.2.2",
"version": "0.3.0",
"use_pytest": "y",
"use_black": "y",
"use_conda": "y",
Expand Down
2 changes: 1 addition & 1 deletion CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Changelog
=========

0.3.0 (Unreleased)
0.3.0 (2024-02-16)
------------------
Contributors to this version: Sarah-Claude Bourdeau-Goulet (:user:`Sarahclaude`), Pascal Bourgault (:user:`aulemahal`), Trevor James Smith (:user:`Zeitsperre`), Juliette Lavoie (:user:`juliettelavoie`), Gabriel Rondeau-Genesse (:user:`RondeauG`).

Expand Down
2 changes: 1 addition & 1 deletion figanos/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

__author__ = """Sarah-Claude Bourdeau-Goulet"""
__email__ = "bourdeau-goulet.sarah-claude@ouranos.ca"
__version__ = "0.2.2"
__version__ = "0.3.0"

from . import matplotlib
from ._logo import Logos
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ target-version = [
]

[tool.bumpversion]
current_version = "0.2.2"
current_version = "0.3.0"
commit = true
commit_args = "--no-verify"
tag = false
Expand Down
2 changes: 1 addition & 1 deletion tests/test_figanos.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,4 @@ def test_package_metadata():
contents = f.read()
assert """Sarah-Claude Bourdeau-Goulet""" in contents
assert '__email__ = "bourdeau-goulet.sarah-claude@ouranos.ca"' in contents
assert '__version__ = "0.2.2"' in contents
assert '__version__ = "0.3.0"' in contents

0 comments on commit 6f7c160

Please sign in to comment.