From bbc0a5274b944cd67621b0ccd43da8597c49f7b0 Mon Sep 17 00:00:00 2001 From: Leona Maroni Date: Tue, 15 Oct 2024 22:11:10 +0200 Subject: [PATCH] Prepare release 0.6.0 --- LICENSE | 2 +- docs/changelog.rst | 19 +++++++++++++++++-- setup.py | 2 +- 3 files changed, 19 insertions(+), 4 deletions(-) diff --git a/LICENSE b/LICENSE index e1bfc82..f3a8e79 100644 --- a/LICENSE +++ b/LICENSE @@ -1,4 +1,4 @@ -Copyright © 2020 n0emis , em0lar +Copyright © 2020-2024 Ember Keske , Leona Maroni Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the “Software”), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: diff --git a/docs/changelog.rst b/docs/changelog.rst index e93a122..7d90d3d 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -2,8 +2,23 @@ Changelog ========= .. contents:: -next release ------------- + +v0.6.0 +------ +* feat: implement nearby request +* fix: parsing station board results without a direction in base profile +* fix: support additional TRSF leg type equivalent to walking in base profile + This fixes VVV profile. +* fix: fix journeys request in nasa and base profile + +Internal changes: + +* fix(testing): fix parsing test execution on windows +* fix(testing): long-term fix for journey request tests. +* feat(testing): execute tests in GitHub CI + +v0.5.0 +------ * [feature] Add VVV Profile * [feature] Add NVV Profile * [fix] Typo in KVB Profile diff --git a/setup.py b/setup.py index 43c20d5..932e0e6 100644 --- a/setup.py +++ b/setup.py @@ -17,7 +17,7 @@ setup( name='pyhafas', - version='0.5.0', + version='0.6.0', description='Python client for HAFAS public transport APIs', long_description=long_description, long_description_content_type="text/markdown",