Skip to content

Commit

Permalink
Bump version (setup, conf, whatsnew) to v0.2.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
juseg committed Dec 16, 2022
1 parent 16c1c18 commit c77a421
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 6 deletions.
2 changes: 1 addition & 1 deletion doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
copyright = '2021-2022'
author = 'Julien Seguinot'
version = '0.2 Bale'
release = '0.2.1'
release = '0.2.2'


# -- General configuration ---------------------------------------------------
Expand Down
14 changes: 10 additions & 4 deletions doc/whatsnew.rst
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,14 @@ What's new

.. _v0.2.2:

v0.2.2 (unreleased)
-------------------
v0.2.2 (16 Dec. 2022)
---------------------

This release implements profile :doc:`interpolation <datasets/masking>` and
scale bars, both documented in new :doc:`examples<examples/index>`, and fixes a
bug in grid interpolation to axes coordinates. Continuous integration has been
improved with lazy tests for all plot methods, and monitoring of code coverage,
increased from 33 to 73 percent in this release.

New features
~~~~~~~~~~~~
Expand All @@ -42,8 +48,8 @@ Bug fixes
Internal changes
~~~~~~~~~~~~~~~~

- Add very simple tests for all plot methods (:issue:`37`, pull:`49`).
- Compute code coverage and upload to codecov.io (:issue:`38`, pull:`47`).
- Add very simple tests for all plot methods (:issue:`37`, :pull:`49`).
- Compute code coverage and upload to codecov.io (:issue:`38`, :pull:`47`).
- Add docs, tests and codecov badges in readme file (:pull:`48`).
- Add automatic delivery on PyPI (:issue:`39`, :pull:`50`).

Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
[metadata]

name = hyoga
version = 0.2.1
version = 0.2.2
author = Julien Seguinot
description = A Python library to visualize ice-sheet model datasets
long_description = file: README.rst
Expand Down

0 comments on commit c77a421

Please sign in to comment.