From 2bb2905d59650c0146b66816a68608f1c37ced2a Mon Sep 17 00:00:00 2001 From: Jonathan Perron Date: Mon, 10 Nov 2025 15:52:48 +0100 Subject: [PATCH] bump(version): bump to 1.3.0 --- README.md | 9 +++++---- pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index eaabfe1..18953ce 100644 --- a/README.md +++ b/README.md @@ -33,15 +33,16 @@ The library supports the following [APIs](https://doc.navitia.io/#api-catalog): | Autocomplete on geographical objects | ✅ | | | Places nearby | ✅ | | | Journeys | ✅ | | -| Isochrones | ✅ | Beta endpoint according to API response | +| Isochrones | ✅ | | | Route Schedules | ✅ | | | Stop Schedules | ✅ | | | Terminus Schedules | ✅ | | | Departures | ✅ | | | Arrivals | ✅ | | -| Line reports | ✅ | Beta endpoint according to API response | -| Traffic reports | ✅ | Beta endpoint according to API response | -| Equipment reports | ❌ | Beta service, not available to all providers | +| Line reports | ✅ | | +| Traffic reports | ✅ | | +| Equipment reports | ✅ | Not available to all providers | +| Freefloating nearby | ✅ | Not available to all providers | ## Usage diff --git a/pyproject.toml b/pyproject.toml index 7f14b42..d0b5a5d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -17,7 +17,7 @@ classifiers = [ "Programming Language :: Python :: 3.12", "Programming Language :: Python :: 3.13", ] -version = "1.2.4" +version = "1.3.0" requires-python = ">=3.10" dependencies = [ "requests>=2.32, < 3",