Skip to content

Commit

Permalink
Release notes v2.1.1 (#1932)
Browse files Browse the repository at this point in the history
Update release notes and increase version to 2.1.1
  • Loading branch information
valeriupredoi committed Dec 1, 2020
1 parent 3f05aa3 commit 9fdc683
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 4 deletions.
4 changes: 2 additions & 2 deletions CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -302,11 +302,11 @@ authors:
orcid: "https://orcid.org/0000-0001-6133-7801"

cff-version: "1.0.3"
date-released: 2020-10-26
date-released: 2020-12-01
doi: "10.5281/zenodo.3401363"
license: "Apache-2.0"
message: "If you use this software, please cite it using these metadata."
repository-code: "https://github.com/ESMValGroup/ESMValTool/"
title: ESMValTool
version: "v2.1.0"
version: "v2.1.1"
...
17 changes: 17 additions & 0 deletions doc/sphinx/source/changelog.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,23 @@
Changelog
=========

v2.1.1
------

This release includes

Improvements
~~~~~~~~~~~~

- Fix the conda build on CircleCI (`#1883 <https://github.com/ESMValGroup/ESMValTool/pull/1883>`__) `Bouwe Andela <https://github.com/bouweandela>`__
- Pin matplotlib to <3.3 and add compilers (`#1898 <https://github.com/ESMValGroup/ESMValTool/pull/1898>`__) `Bouwe Andela <https://github.com/bouweandela>`__
- Pin esmvaltool subpackages to the same version and build as the esmvaltool conda package (`#1899 <https://github.com/ESMValGroup/ESMValTool/pull/1899>`__) `Bouwe Andela <https://github.com/bouweandela>`__

Documentation
~~~~~~~~~~~~~

- Release notes v2.1.1 (`#1932 <https://github.com/ESMValGroup/ESMValTool/pull/1932>`__) `Valeriu Predoi <https://github.com/valeriupredoi>`__

v2.1.0
------

Expand Down
2 changes: 1 addition & 1 deletion esmvaltool/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
"""ESMValTool diagnostics package."""
__version__ = '2.1.0'
__version__ = '2.1.1'
2 changes: 1 addition & 1 deletion package/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# conda build package -c conda-forge -c esmvalgroup

# Package version number
{% set version = "2.1.0" %}
{% set version = "2.1.1" %}

package:
name: esmvaltool
Expand Down

0 comments on commit 9fdc683

Please sign in to comment.