Skip to content

Commit 0a7b288

Browse files
authored
Bump version for v0.2.0 release. (#58)
1 parent 2b5f46a commit 0a7b288

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
[![bsd-3-clause](https://img.shields.io/github/license/pp-mo/ugrid-checks)](https://github.com/pp-mo/ugrid-checks/blob/main/LICENSE)
88
[![black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)
99

10-
**Version : 0.1.2**
10+
**Version : 0.2.0**
1111

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

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

244244
## Changelog
245245
* TODO: move to separate file ?
246-
* **v0.2.0** (unreleased)
246+
* [**v0.2.0**](https://github.com/pp-mo/ugrid-checks/releases/tag/v0.2.0)
247247
* [#45](https://github.com/pp-mo/ugrid-checks/pull/45) implemented all checks on
248248
variable data content, subject to a datasize threshold
249249
* [#48](https://github.com/pp-mo/ugrid-checks/pull/48) relaxed the requirements

lib/ugrid_checks/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
from .check import check_dataset
22

33
__all__ = ["check_dataset"]
4-
__version__ = "0.2.dev0"
4+
__version__ = "0.2.0"
55
_cf_version = "1.9"

0 commit comments

Comments
 (0)