From 89033fd3e24d111c77c20cf0838adccb3818c286 Mon Sep 17 00:00:00 2001 From: theOehrly <23384863+theOehrly@users.noreply.github.com> Date: Fri, 24 Nov 2023 11:39:43 +0100 Subject: [PATCH] MNT: release v3.1.6 + finalize changelog --- docs/changelog/v3.1.x.rst | 11 +++++++++++ fastf1/version.py | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/docs/changelog/v3.1.x.rst b/docs/changelog/v3.1.x.rst index 296ff706b..e0762ed6f 100644 --- a/docs/changelog/v3.1.x.rst +++ b/docs/changelog/v3.1.x.rst @@ -1,6 +1,17 @@ What's new in v3.1.5 -------------------- +(released 24/11/2023) + +New Features +^^^^^^^^^^^^ + +- Added driver colors for OWA, DEN, OSU + + +What's new in v3.1.5 +-------------------- + (released 17/11/2023) Bug Fixes diff --git a/fastf1/version.py b/fastf1/version.py index 74f9bc29c..d4cc3e26f 100644 --- a/fastf1/version.py +++ b/fastf1/version.py @@ -1 +1 @@ -__version__ = '3.1.5' +__version__ = '3.1.6'