diff --git a/HISTORY.rst b/HISTORY.rst index e7f5c21..cc61f4c 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -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 diff --git a/setup.py b/setup.py index b59768a..d250a25 100644 --- a/setup.py +++ b/setup.py @@ -20,7 +20,7 @@ requirements = [ setup_requirements = [] test_requirements = [ - "pytest==6.1.0", + "pytest==6.1.2", "responses==0.12.0" ]