Skip to content

Commit

Permalink
Release version 0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mikapfl committed Jun 14, 2023
1 parent 1698b35 commit 98508cc
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 6 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@
Changelog
=========

0.9.0 (2023-06-14)
------------------
* Add ISO3 terminology for countries, areas, and country groups including UNFCCC
signatories and Annex-I and Non-Annex-I groups and the evolution of the EU over time.

0.8.5 (2023-05-23)
------------------
* Re-release again.
Expand Down
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -77,5 +77,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. (2023-05-23).
pik-primap/climate_categories: climate_categories Version 0.8.5.
pik-primap/climate_categories: climate_categories Version 0.9.0.
Zenodo. https://doi.org/10.5281/zenodo.7963182
2 changes: 0 additions & 2 deletions changelog_unreleased/iso3.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.8.5"
__version__ = "0.9.0"

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.8.5
version = 0.9.0
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.8.5"
current = "0.9.0"

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

0 comments on commit 98508cc

Please sign in to comment.