Skip to content

Commit

Permalink
Release version 0.10.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Busch committed Oct 23, 2024
1 parent cd07b5f commit 721730d
Show file tree
Hide file tree
Showing 9 changed files with 11 additions and 8 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@
Changelog
=========

0.10.2 (2024-10-23)
-------------------
* Add a method to create a Conversion object from csv
* Use pypdf-table-extraction instead of camelot for extracting categorizations from pdf files.
* add M.BIO category
* Add new gas mixtures to the gas categorization.

0.10.1 (2024-01-25)
-------------------
* ISO3_GCAM: Removed extraneous "v" from version specifications in region codes
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.1.
pik-primap/climate_categories: climate_categories Version 0.10.2.
Zenodo. https://doi.org/10.5281/zenodo.10569100
1 change: 0 additions & 1 deletion changelog_unreleased/162.fix.rst

This file was deleted.

1 change: 0 additions & 1 deletion changelog_unreleased/162.improvement.rst

This file was deleted.

1 change: 0 additions & 1 deletion changelog_unreleased/163.improvement.rst

This file was deleted.

1 change: 0 additions & 1 deletion changelog_unreleased/164.improvement.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__ = "mika.pflueger@climate-resource.com"
__version__ = "0.10.1"
__version__ = "0.10.2"

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.1
version = 0.10.2
author = Mika Pflüger
author_email = mika.pflueger@climate-resource.com
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.1"
current = "0.10.2"

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

0 comments on commit 721730d

Please sign in to comment.