From d38c724277c28c2f21a3b8f7681cab47201fefaf Mon Sep 17 00:00:00 2001 From: Jason Dilworth Date: Sat, 24 Aug 2024 20:33:51 +0100 Subject: [PATCH] 1.2.2 release data --- readme.md | 6 ++++++ setup.py | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 9c8796f..39f2904 100644 --- a/readme.md +++ b/readme.md @@ -35,6 +35,12 @@ I welcome all pull requests for improvements or missing endpoints over time as t # Changelog +**1.2.2** +- Added `driver_list` endpoint, thanks to @nylanderj for that +- Corrected issues where `if [parameter]` would skip if the parameter was correctly set to 0, e.g. `race_week_num`. Thanks to @abelsm2 for that +- Added initial test setup +- Added type hints throughout + **1.2.0** Thanks to @ablesm2 for these changes. diff --git a/setup.py b/setup.py index 123c0fd..e374140 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setuptools.setup( name="iracingdataapi", - version="1.2.0", + version="1.2.2", author="Jason Dilworth", author_email="hello@jasondilworth.co.uk", description="A simple wrapper around the iRacing General Data API",