Skip to content

Commit

Permalink
Prepare release 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
leona-ya committed Oct 15, 2024
1 parent 20bfebd commit bbc0a52
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 4 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright © 2020 n0emis <[email protected]>, em0lar <[email protected]>
Copyright © 2020-2024 Ember Keske <[email protected]>, Leona Maroni <[email protected]>

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:

Expand Down
19 changes: 17 additions & 2 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit bbc0a52

Please sign in to comment.