From 36aeadae8f0c6aaba22f56c95dee40a916f75c0b Mon Sep 17 00:00:00 2001 From: theOehrly Date: Sun, 11 Jul 2021 16:21:32 +0200 Subject: [PATCH] release version 2.1.7 --- docs/changelog.rst | 9 +++++++++ fastf1/version.py | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/docs/changelog.rst b/docs/changelog.rst index f0ae89813..e877f4203 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -3,6 +3,15 @@ Changelog ========= +v2.1.7 Various bug fixes +======================== + +- fix crash when loading cached data after dependencies have been updated +- specify minimum versions for pandas and numpy +- fix incorrect Alpine team name +- fix future warnings and deprecation warnings caused by Pandas 1.3.0 + + v2.1.6 Added weather data, general improvements and bug fixes ============================================================= diff --git a/fastf1/version.py b/fastf1/version.py index da04cc33c..bc6379c18 100644 --- a/fastf1/version.py +++ b/fastf1/version.py @@ -1 +1 @@ -__version__ = '2.1.6' +__version__ = '2.1.7'