From 4da73d263468388053511f93052a3ea5d018b11b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mika=20Pfl=C3=BCger?= Date: Tue, 27 Jul 2021 12:09:23 +0200 Subject: [PATCH] Release version 0.7.1 --- CHANGELOG.rst | 5 +++++ README.rst | 2 +- changelog_unreleased/compatibility-new-pint-xarray.rst | 1 - changelog_unreleased/new-openscm-units.rst | 1 - primap2/__init__.py | 2 +- setup.cfg | 2 +- tbump.toml | 2 +- 7 files changed, 9 insertions(+), 6 deletions(-) delete mode 100644 changelog_unreleased/compatibility-new-pint-xarray.rst delete mode 100644 changelog_unreleased/new-openscm-units.rst diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 0392a744..db036259 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,6 +2,11 @@ Changelog ========= +0.7.1 +----- +* Require openscm-units >= 0.3 to ensure that refrigerants and AR5GWPCCF are available. +* Make primap2 compatible with pint-xarray v0.2.1. + 0.7.0 ----- * Add the `publication_date` property for datasets to record the date of publication, diff --git a/README.rst b/README.rst index 1069ac3f..2f45ee69 100644 --- a/README.rst +++ b/README.rst @@ -57,5 +57,5 @@ Citation If you use this library and want to cite it, please cite it as: Mika Pflüger and Johannes Gütschow. (2021-07-14). -pik-primap/primap2: Version 0.7.0. +pik-primap/primap2: Version 0.7.1. Zenodo. https://doi.org/10.5281/zenodo.5102838 diff --git a/changelog_unreleased/compatibility-new-pint-xarray.rst b/changelog_unreleased/compatibility-new-pint-xarray.rst deleted file mode 100644 index 7e3b98fb..00000000 --- a/changelog_unreleased/compatibility-new-pint-xarray.rst +++ /dev/null @@ -1 +0,0 @@ -* Make primap2 compatible with pint-xarray v0.2.1. diff --git a/changelog_unreleased/new-openscm-units.rst b/changelog_unreleased/new-openscm-units.rst deleted file mode 100644 index ac19b893..00000000 --- a/changelog_unreleased/new-openscm-units.rst +++ /dev/null @@ -1 +0,0 @@ -* Require openscm-units >= 0.3 to ensure that refrigerants and AR5GWPCCF are available. diff --git a/primap2/__init__.py b/primap2/__init__.py index 46b7a82a..7637838e 100644 --- a/primap2/__init__.py +++ b/primap2/__init__.py @@ -2,7 +2,7 @@ __author__ = """Mika Pflüger""" __email__ = "mika.pflueger@pik-potsdam.de" -__version__ = "0.7.0" +__version__ = "0.7.1" from . import accessors, pm2io from ._data_format import open_dataset diff --git a/setup.cfg b/setup.cfg index 5f735281..8668f10d 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = primap2 -version = 0.7.0 +version = 0.7.1 author = Mika Pflüger author_email = mika.pflueger@pik-potsdam.de description = The next generation of the PRIMAP climate policy analysis suite. diff --git a/tbump.toml b/tbump.toml index 55611b31..871a85b4 100644 --- a/tbump.toml +++ b/tbump.toml @@ -2,7 +2,7 @@ github_url = "https://github.com/pik-primap/climate_categories/" [version] -current = "0.7.0" +current = "0.7.1" # Example of a semver regexp. # Make sure this matches current_version before