- Raise the minimum required version of Python from 3.7 to 3.8. - Add a new more flexible and simpler API consisting of `aiopywttr.get_weather` function and `aiopywttr.Language` enum. The old `aiopywttr.Wttr` API still works, but is marked deprecated.
2.2.2
- Lower minimum required Python version from 3.7.2 to 3.7.
2.2.1
- Add documentation.
2.2.0
- Reexport models from pywttr-models.
2.1.0
- Add support for Galician language.
2.0.2
- Allow keyword-only arguments of public methods to be positional.