We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c4b005e commit 42b51bcCopy full SHA for 42b51bc
2 files changed
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# Change Log
2
3
+## [1.9.0] - 2024-05-19
4
+
5
+### Added
6
7
+- When information about a runway is incomplete in a METAR, a `ParseError` is raised instead of `ValueError`.
8
9
## [1.8.2] - 2024-01-14
10
11
### Fixed
setup.cfg
@@ -1,6 +1,6 @@
[metadata]
name = metar-taf-parser-mivek
-version = 1.8.2
+version = 1.9.0
author = Jean-Kevin KPADEY
author_email = jeankevin.kpadey@gmail.com
description = Python project parsing metar and taf message
0 commit comments