Skip to content

Commit

Permalink
Bump version for v0.2.0 release. (#58)
Browse files Browse the repository at this point in the history
  • Loading branch information
pp-mo authored Jun 14, 2022
1 parent 2b5f46a commit 0a7b288
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
[![bsd-3-clause](https://img.shields.io/github/license/pp-mo/ugrid-checks)](https://github.com/pp-mo/ugrid-checks/blob/main/LICENSE)
[![black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)

**Version : 0.1.2**
**Version : 0.2.0**

A utility to check netcdf files to the [UGRID specification](http://ugrid-conventions.github.io/ugrid-conventions/).

Expand Down Expand Up @@ -243,7 +243,7 @@ Please create an issue in : https://github.com/pp-mo/ugrid-checks

## Changelog
* TODO: move to separate file ?
* **v0.2.0** (unreleased)
* [**v0.2.0**](https://github.com/pp-mo/ugrid-checks/releases/tag/v0.2.0)
* [#45](https://github.com/pp-mo/ugrid-checks/pull/45) implemented all checks on
variable data content, subject to a datasize threshold
* [#48](https://github.com/pp-mo/ugrid-checks/pull/48) relaxed the requirements
Expand Down
2 changes: 1 addition & 1 deletion lib/ugrid_checks/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
from .check import check_dataset

__all__ = ["check_dataset"]
__version__ = "0.2.dev0"
__version__ = "0.2.0"
_cf_version = "1.9"

0 comments on commit 0a7b288

Please sign in to comment.