diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 35d1eda..687f24d 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -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 diff --git a/README.rst b/README.rst index 56ebf8f..6cef7b1 100644 --- a/README.rst +++ b/README.rst @@ -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 diff --git a/changelog_unreleased/162.fix.rst b/changelog_unreleased/162.fix.rst deleted file mode 100644 index 689c19e..0000000 --- a/changelog_unreleased/162.fix.rst +++ /dev/null @@ -1 +0,0 @@ -* Use pypdf-table-extraction instead of camelot for extracting categorizations from pdf files. diff --git a/changelog_unreleased/162.improvement.rst b/changelog_unreleased/162.improvement.rst deleted file mode 100644 index 76ad3a9..0000000 --- a/changelog_unreleased/162.improvement.rst +++ /dev/null @@ -1 +0,0 @@ -* Add new gas mixtures to the gas categorization. diff --git a/changelog_unreleased/163.improvement.rst b/changelog_unreleased/163.improvement.rst deleted file mode 100644 index bfb5082..0000000 --- a/changelog_unreleased/163.improvement.rst +++ /dev/null @@ -1 +0,0 @@ -* add M.BIO category diff --git a/changelog_unreleased/164.improvement.rst b/changelog_unreleased/164.improvement.rst deleted file mode 100644 index 18c79ae..0000000 --- a/changelog_unreleased/164.improvement.rst +++ /dev/null @@ -1 +0,0 @@ -* Add a method to create a Conversion object from csv diff --git a/climate_categories/__init__.py b/climate_categories/__init__.py index 7f71a7b..c69ae7e 100644 --- a/climate_categories/__init__.py +++ b/climate_categories/__init__.py @@ -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 diff --git a/setup.cfg b/setup.cfg index 79f9bad..4c7f3dd 100644 --- a/setup.cfg +++ b/setup.cfg @@ -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. diff --git a/tbump.toml b/tbump.toml index 180b14e..b47b1ed 100644 --- a/tbump.toml +++ b/tbump.toml @@ -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