Skip to content

Commit

Permalink
Set version to 2.3.0 (#1162)
Browse files Browse the repository at this point in the history
* Update version number and release date for version 2.3.0

* Update meta.yaml
  • Loading branch information
Klaus Zimmermann authored Jun 14, 2021
1 parent 922f299 commit 9f8adaa
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -163,11 +163,11 @@ authors:
"orcid": "https://orcid.org/0000-0003-0892-5967"

cff-version: "1.0.3"
date-released: 2021-2-8
date-released: 2021-6-14
doi: "10.5281/zenodo.3387139"
license: "Apache-2.0"
message: "If you use this software, please cite it using these metadata."
repository-code: "https://github.com/ESMValGroup/ESMValCore/"
title: ESMValCore
version: "v2.2.0"
version: "v2.3.0"
...
4 changes: 2 additions & 2 deletions doc/contributing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -737,7 +737,7 @@ Follow these steps to create a new conda package:
conda package
- If the build was successful, upload the package to the esmvalgroup
conda channel, e.g.
``anaconda upload --user esmvalgroup /path/to/conda/conda-bld/noarch/esmvalcore-2.2.0-py_0.tar.bz2``.
``anaconda upload --user esmvalgroup /path/to/conda/conda-bld/noarch/esmvalcore-2.3.0-py_0.tar.bz2``.

8. Create and upload the PyPI package
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Expand All @@ -760,7 +760,7 @@ Follow these steps to create a new Python package:
- Build the package:
``python3 -m pep517.build --source --binary --out-dir dist/ .``
This command should generate two files in the ``dist`` directory, e.g.
``ESMValCore-2.2.0-py3-none-any.whl`` and ``ESMValCore-2.2.0.tar.gz``.
``ESMValCore-2.3.0-py3-none-any.whl`` and ``ESMValCore-2.3.0.tar.gz``.
- Upload the package:
``python3 -m twine upload dist/*``
You will be prompted for an API token if you have not set this up
Expand Down
2 changes: 1 addition & 1 deletion esmvalcore/_version.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
"""ESMValCore version."""
__version__ = '2.2.0'
__version__ = '2.3.0'
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

# Package version number
{% set version = "2.2.0" %}
{% set version = "2.3.0" %}

package:
name: esmvalcore
Expand Down

0 comments on commit 9f8adaa

Please sign in to comment.