Changes
This release is the first stable version. It doesn't have real new functional feature compare to previous one.
The modification are focus on code maturity, documentation, continuous integration with GitHub workflows and automations (release note, publishing, tests, linting and safety checks).
For information Python 3.9 is now fully supported by this project.
The code structure is based on the [cookiecutter-hypermodern-python](https://github.com/cjolowicz/cookiecutter-hypermodern-python) template by cjolowicz
**Warning**: There is a breaking change compare to previous one ! See below.
:boom: Breaking Changes
* Rename Python package to meteofrance_api (70) oncleben31
:beetle: Fixes
* Fix typing-extension dependencies according to Python version (50) oncleben31
:construction_worker: Continuous Integration
* Retrofit coockiecutter-hypermodern-python 2020.10.15 template (64) oncleben31
* Add automatic publish to PyPI workflow with automatic release note (34) oncleben31
* Activate Dependabot on the repository (35) oncleben31
:books: Documentation
* Add HACF and Discord links when creating a new issue (57) dps910
* Update CODEOWNERS (58) oncleben31
* Host documentation on readthedocs.org (54) oncleben31
* Improve documentation (33) oncleben31
:hammer: Refactoring
* Rename Python package to meteofrance_api (70) oncleben31
* Import MeteoFranceClient at init (27) Quentame
:package: Dependencies
* Bump release-drafter/release-drafter from v5.12.0 to v5.12.1 (68) dependabot
* Bump pre-commit-hooks from 3.2.0 to 3.3.0 (69) dependabot
* Bump codecov/codecov-action from v1.0.13 to v1.0.14 (62) dependabot
* Bump pip from 20.2.3 to 20.2.4 in /.github/workflows (63) dependabot
* Bump release-drafter/release-drafter from v5.11.0 to v5.12.0 (67) dependabot
* Bump typeguard from 2.9.1 to 2.10.0 (66) dependabot
* Bump actions/setup-python from v2.1.3 to v2.1.4 (61) dependabot
* Bump codecov from 2.1.9 to 2.1.10 (53) dependabot
* Bump pytest-cov from 2.10.0 to 2.10.1 (47) dependabot
* Bump coverage from 5.2.1 to 5.3 (48) dependabot
* Bump codecov from 2.1.8 to 2.1.9 (49) dependabot
* Bump black from 19.10b0 to 20.8b1 (45) dependabot
* Bump nox from 2020.5.24 to 2020.8.22 in /.github/workflows (40) dependabot
* Bump pre-commit from 2.6.0 to 2.7.1 (42) dependabot
* Bump pip from 20.1.1 to 20.2.3 in /.github/workflows (39) dependabot
* Bump codecov/codecov-action from v1.0.12 to v1.0.13 (38) dependabot
* Update actions/setup-python requirement to v2.1.3 (37) dependabot
* Bump flake8 from 3.8.3 to 3.8.4 (43) dependabot
* Update actions/checkout requirement to v2.3.3 (36) dependabot
* Bump pytest from 5.4.3 to 6.1.1 (44) dependabot
* Bump typing-extensions from 3.7.4.2 to 3.7.4.3 (46) dependabot
* Activate Dependabot on the repository (35) oncleben31