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
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
Change Log
==========

metar-1.10.0 (18 May 2023)

This release adds type hints and supports Python 3.11.

- [#169](https://github.com/python-metar/python-metar/pull/169) Add Type Hints.

metar-1.9.0 (2 January 2022)

This release is mostly a maintanence release with one small API break that
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.9.0"
__version__ = "1.10.0"

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

Expand Down