Skip to content

Commit

Permalink
v0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
exxamalte committed Jan 28, 2023
1 parent 0346e99 commit ee59e24
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changes

## 0.9 (29/01/2023)
* Added Python 3.11 support.
* Removed deprecated asynctest dependency.
* Bumped library versions: black, haversine.

## 0.8 (25/02/2022)
* Added Python 3.10 support.
* Removed Python 3.6 support.
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.8"
__version__ = "0.9"

0 comments on commit ee59e24

Please sign in to comment.