We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 04fd08d commit e07c25dCopy full SHA for e07c25d
CHANGELOG.md
@@ -1,5 +1,8 @@
1
# Changes
2
3
+## 0.3 (13/11/2018)
4
+* Simple Feed Manager for all feeds added.
5
+
6
## 0.2 (13/11/2018)
7
* Support for aiohttp library.
8
* Full URL configurable (instead of just hostname and port number).
setup.py
@@ -11,7 +11,7 @@
11
12
setup(
13
name="flightradar24_client",
14
- version="0.2",
+ version="0.3",
15
author="Malte Franken",
16
author_email="[email protected]",
17
description="Flightradar24 client library.",
0 commit comments