We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f8e9e2d commit 4e91ffdCopy full SHA for 4e91ffd
docs/changelog.rst
@@ -3,6 +3,15 @@ Changelog
3
4
.. contents::
5
6
+v0.6.1
7
+------
8
+* fix: regional trains type in KVB profile
9
+
10
+Internal changes:
11
12
+* fix: disable DB requests tests
13
+ DB disabled their HaFAS
14
15
v0.6.0
16
------
17
* feat: implement nearby request
setup.py
@@ -17,7 +17,7 @@
18
setup(
19
name='pyhafas',
20
- version='0.6.0',
+ version='0.6.1',
21
description='Python client for HAFAS public transport APIs',
22
long_description=long_description,
23
long_description_content_type="text/markdown",
0 commit comments