Skip to content

Commit

Permalink
Release version 0.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mikapfl committed Jul 27, 2021
1 parent fb3bdaf commit 4da73d2
Show file tree
Hide file tree
Showing 7 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.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,
Expand Down
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
1 change: 0 additions & 1 deletion changelog_unreleased/compatibility-new-pint-xarray.rst

This file was deleted.

1 change: 0 additions & 1 deletion changelog_unreleased/new-openscm-units.rst

This file was deleted.

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

__author__ = """Mika Pflüger"""
__email__ = "[email protected]"
__version__ = "0.7.0"
__version__ = "0.7.1"

from . import accessors, pm2io
from ._data_format import open_dataset
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 = primap2
version = 0.7.0
version = 0.7.1
author = Mika Pflüger
author_email = [email protected]
description = The next generation of the PRIMAP climate policy analysis suite.
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.7.0"
current = "0.7.1"

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

0 comments on commit 4da73d2

Please sign in to comment.