Skip to content

Commit

Permalink
REL: Add release notes and version number update
Browse files Browse the repository at this point in the history
  • Loading branch information
greglucas committed Nov 28, 2022
1 parent 8c988b9 commit 6d10a0a
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@
History
=======

0.2.0 (2022-11-27)
------------------

* Fix handling of missing data variables from more recent suball files that NOAA uses.

0.0.1 (2020-02-17)
------------------

Expand Down
2 changes: 1 addition & 1 deletion enlilviz/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

__author__ = """Greg Lucas"""
__email__ = '[email protected]'
__version__ = '0.1.0'
__version__ = '0.2.0'

from .io import read_enlil2d, read_evo
__all__ = ['read_enlil2d', 'read_evo']
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "enlilviz"
version = "0.1.0"
version = "0.2.0"
description = "A Python package for visualizing output from the Enlil code."
authors = [
{name = "Greg Lucas", email="[email protected]"},
Expand Down

0 comments on commit 6d10a0a

Please sign in to comment.