Skip to content
This repository was archived by the owner on Jun 29, 2023. It is now read-only.

Commit 397870e

Browse files
committed
fix version number notice
1 parent f4f9f0d commit 397870e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

mvg_api/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ def get_route(start, dest,
191191
change_limit=None):
192192
"""Plans a route from start to dest
193193
194-
Change in 1.3.1: accepts both 'old-style' integer IDs which were used
194+
Change in 1.3.2: accepts both 'old-style' integer IDs which were used
195195
by the API before this version and the new string IDs which
196196
look like `de:09162:6`.
197197
@@ -268,7 +268,7 @@ def get_route(start, dest,
268268
def get_departures(station_id):
269269
"""Get the next departures for `station_id`.
270270
271-
Change in 1.3.1: accepts both 'old-style' integer IDs which were used
271+
Change in 1.3.2: accepts both 'old-style' integer IDs which were used
272272
by the API before this version and the new string IDs which
273273
look like `de:09162:6`.
274274

0 commit comments

Comments
 (0)