From 42569c0bde6ddefb50284613f2d969b624765744 Mon Sep 17 00:00:00 2001 From: akrherz Date: Tue, 15 Jan 2019 08:10:34 -0600 Subject: [PATCH] make 1.7.0 release of python-metar --- CHANGELOG.md | 11 +++++++++++ metar/__init__.py | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2e632371..84fa98a6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,17 @@ Change Log ========== +metar-1.7.0 (15 January 2019) +----------------------------- + +This release is a bug fix and enhancement release with no known API breakages. The highlights include: + +- [#77](https://github.com/python-metar/python-metar/issues/77) Support was added for I-group (ice accretion), see new `Metar` attributes `ice_accretion_1hr`, `ice_accretion_3hr`, and `ice_accretion_6hr`. +- [#70](https://github.com/python-metar/python-metar/issues/70) Code tests were migrated to pytest. +- [#64](https://github.com/python-metar/python-metar/issues/64) Cloud type `AC` is now supported. +- A number of pull requests were merged that improved the PEP8 and code style. The project's LICENSE was also clarifed as BSD. + + metar-1.6.0 (20 August 2018) ---------------------------- diff --git a/metar/__init__.py b/metar/__init__.py index 6eb45df9..90be1c43 100644 --- a/metar/__init__.py +++ b/metar/__init__.py @@ -28,7 +28,7 @@ __email__ = "pollard@alum.mit.edu" -__version__ = "1.6.0" +__version__ = "1.7.0" __doc__ = """metar v%s (c) 2009, %s