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",