Skip to content

Commit 064ad20

Browse files
committed
prep for release v0.2.1
1 parent de9cef6 commit 064ad20

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

README.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,11 @@ Changelog
4444
- nothing
4545

4646

47+
**v0.2.1**
48+
49+
- Add manifest for schema files
50+
51+
4752
**v0.2.0**
4853

4954
- Update to GRG v4.1

grg_grgdata/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
"""a package for reading and writing of grid data files"""
22

33
# note this is the software version, not the data specification version.
4-
__version__ = '0.2.0'
4+
__version__ = '0.2.1'
55

66
# import standard entry points to the code
77
from grg_grgdata import io

0 commit comments

Comments
 (0)