Skip to content

Commit

Permalink
Release version 0.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mikapfl committed Jan 25, 2024
1 parent 6bb255a commit fddf104
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 5 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
Changelog
=========

0.10.1 (2024-01-25)
-------------------
* ISO3_GCAM: Removed extraneous "v" from version specifications in region codes

0.10.0 (2024-01-25)
-------------------
* Added ISO3_GCAM categorization which contains regions used in the integrated assessment model GCAM.
Expand Down
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -78,5 +78,5 @@ Citation
If you use this library and want to cite it, please cite it as:

Mika Pflüger, Annika Günther, Johannes Gütschow, and Robert Gieseke. (2024-01-25).
pik-primap/climate_categories: climate_categories Version 0.10.0.
pik-primap/climate_categories: climate_categories Version 0.10.1.
Zenodo. https://doi.org/10.5281/zenodo.10569044
1 change: 0 additions & 1 deletion changelog_unreleased/gcam-fix.rst

This file was deleted.

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

__author__ = """Mika Pflüger"""
__email__ = "[email protected]"
__version__ = "0.10.0"
__version__ = "0.10.1"

import importlib
import importlib.resources
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = climate_categories
version = 0.10.0
version = 0.10.1
author = Mika Pflüger
author_email = [email protected]
description = Commonly used codes, categories, terminologies, and nomenclatures used in climate policy analysis as a Python package.
Expand Down
2 changes: 1 addition & 1 deletion tbump.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
github_url = "https://github.com/pik-primap/climate_categories/"

[version]
current = "0.10.0"
current = "0.10.1"

# Example of a semver regexp.
# Make sure this matches current_version before
Expand Down

0 comments on commit fddf104

Please sign in to comment.