Skip to content

Commit

Permalink
Release version 0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mikapfl committed Jan 14, 2022
1 parent 2662c20 commit db9d72b
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 7 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@
Changelog
=========

0.8.0
-----
* Make input format more flexible for convert_ipcc_code_primap_to_primap2
* several bug fixes in data reading
* in data reading we now work on a copy of the input data frame to leave it unchanged

0.7.1
-----
* Require openscm-units >= 0.3 to ensure that refrigerants and AR5GWPCCF are available.
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-27).
pik-primap/primap2: PRIMAP2 Version 0.7.1.
pik-primap/primap2: PRIMAP2 Version 0.8.0.
Zenodo. https://doi.org/10.5281/zenodo.5139583
3 changes: 0 additions & 3 deletions changelog_unreleased/read_nir_files

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.1"
__version__ = "0.8.0"

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.1
version = 0.8.0
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/primap2/"

[version]
current = "0.7.1"
current = "0.8.0"

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

0 comments on commit db9d72b

Please sign in to comment.