Skip to content

Commit

Permalink
v0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
exxamalte committed Feb 25, 2022
1 parent e147172 commit b35e35d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changes

## 0.8 (25/02/2022)
* Added Python 3.10 support.
* Removed Python 3.6 support.
* Bumped library versions: black, flake8, isort.
* General code improvements.
* Migrated to github actions.

## 0.7 (11/06/2021)
* Set aiohttp to a release 3.7.4 or later (thanks @fabaff).
* Add license tag.
Expand Down
2 changes: 1 addition & 1 deletion flightradar_client/__version__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
"""Define a version constant."""
__version__ = "0.7"
__version__ = "0.8"

0 comments on commit b35e35d

Please sign in to comment.