From f4bf6584c38d4527e92527a8bca5359800d8e337 Mon Sep 17 00:00:00 2001 From: mcflugen Date: Fri, 17 Jun 2022 11:18:08 -0600 Subject: [PATCH] Preparing release 0.2.0 --- CHANGES.rst | 18 ++++++++++++++++++ bmi_wavewatch3/_version.py | 2 +- news/13.bugfix | 3 --- news/13.feature | 5 ----- 4 files changed, 19 insertions(+), 9 deletions(-) delete mode 100644 news/13.bugfix delete mode 100644 news/13.feature diff --git a/CHANGES.rst b/CHANGES.rst index 1d797fb..e8a61fd 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -3,6 +3,24 @@ Release Notes .. towncrier release notes start +0.2.0 (2022-06-17) +------------------ + +New Features +```````````` + +- Added a new subcommand, *plot*, to the *ww3* command-line program. + ``ww3 plot`` with download (if the data files are not already cached) and + create a plot of the requested data. (`#13 `_) + + +Bug Fixes +````````` + +- Fixed a bug in the reporting of an error caused by an invalide datatime + string. (`#13 `_) + + 0.1.1 (2022-06-10) ------------------ diff --git a/bmi_wavewatch3/_version.py b/bmi_wavewatch3/_version.py index f8a35ae..d3ec452 100644 --- a/bmi_wavewatch3/_version.py +++ b/bmi_wavewatch3/_version.py @@ -1 +1 @@ -__version__ = "0.1.2.dev0" +__version__ = "0.2.0" diff --git a/news/13.bugfix b/news/13.bugfix deleted file mode 100644 index a045302..0000000 --- a/news/13.bugfix +++ /dev/null @@ -1,3 +0,0 @@ -Fixed a bug in the reporting of an error caused by an invalide datatime -string. - diff --git a/news/13.feature b/news/13.feature deleted file mode 100644 index b66b45d..0000000 --- a/news/13.feature +++ /dev/null @@ -1,5 +0,0 @@ -Added a new subcommand, *plot*, to the *ww3* command-line program. -``ww3 plot`` with download (if the data files are not already cached) and -create a plot of the requested data. - -