History update

This commit is contained in:
Eriks K
2020-11-09 16:34:41 +02:00
parent a32e88218d
commit 30cf6203b7
2 changed files with 6 additions and 1 deletions

View File

@ -2,6 +2,11 @@
History
=======
0.22.2 (2020-11-9)
-------------------
* Allow querying market offers for q2-q5 aircrafts
* Added "Ticket" industry
0.22.1 (2020-11-4)
-------------------
* Requirement update

View File

@ -20,7 +20,7 @@ requirements = [
setup_requirements = []
test_requirements = [
"pytest==6.1.0",
"pytest==6.1.2",
"responses==0.12.0"
]