Skip to content

Commit 2c322a2

Browse files
authored
Merge pull request #79 from akrherz/release_0_17
make 1.7.0 release of python-metar
2 parents 464aebb + 42569c0 commit 2c322a2

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,17 @@
11
Change Log
22
==========
33

4+
metar-1.7.0 (15 January 2019)
5+
-----------------------------
6+
7+
This release is a bug fix and enhancement release with no known API breakages. The highlights include:
8+
9+
- [#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`.
10+
- [#70](https://github.com/python-metar/python-metar/issues/70) Code tests were migrated to pytest.
11+
- [#64](https://github.com/python-metar/python-metar/issues/64) Cloud type `AC` is now supported.
12+
- A number of pull requests were merged that improved the PEP8 and code style. The project's LICENSE was also clarifed as BSD.
13+
14+
415
metar-1.6.0 (20 August 2018)
516
----------------------------
617

metar/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828

2929
__email__ = "[email protected]"
3030

31-
__version__ = "1.6.0"
31+
__version__ = "1.7.0"
3232

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

0 commit comments

Comments
 (0)