Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)
----------------------------

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

__email__ = "pollard@alum.mit.edu"

__version__ = "1.6.0"
__version__ = "1.7.0"

__doc__ = """metar v%s (c) 2009, %s

Expand Down