Skip to content

Commit fd7a708

Browse files
authored
bump(version): bump to 1.3.0 (#90)
1 parent d985364 commit fd7a708

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,15 +33,16 @@ The library supports the following [APIs](https://doc.navitia.io/#api-catalog):
3333
| Autocomplete on geographical objects || |
3434
| Places nearby || |
3535
| Journeys || |
36-
| Isochrones || Beta endpoint according to API response |
36+
| Isochrones || |
3737
| Route Schedules || |
3838
| Stop Schedules || |
3939
| Terminus Schedules || |
4040
| Departures || |
4141
| Arrivals || |
42-
| Line reports || Beta endpoint according to API response |
43-
| Traffic reports || Beta endpoint according to API response |
44-
| Equipment reports || Beta service, not available to all providers |
42+
| Line reports || |
43+
| Traffic reports || |
44+
| Equipment reports || Not available to all providers |
45+
| Freefloating nearby || Not available to all providers |
4546

4647
## Usage
4748

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ classifiers = [
1717
"Programming Language :: Python :: 3.12",
1818
"Programming Language :: Python :: 3.13",
1919
]
20-
version = "1.2.4"
20+
version = "1.3.0"
2121
requires-python = ">=3.10"
2222
dependencies = [
2323
"requests>=2.32, < 3",

0 commit comments

Comments
 (0)