Skip to content

Commit

Permalink
Prepare release 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
leona-ya committed Jul 1, 2023
1 parent 408d7b1 commit 8c3bd60
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 5 deletions.
6 changes: 6 additions & 0 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@ Changelog

.. contents::

v0.4.0
------
* [feature] Parse leg remarks
* [feature] Add KVB Profile
* [feature] Add optional retry parameter for requests. You might activate retries with the `activate_retry()` function on your profile

v0.3.1
------
* [BUG] Fix setting of default user agent
Expand Down
10 changes: 5 additions & 5 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,14 @@

setup(
name='pyhafas',
version='0.3.1',
version='0.4.0',
description='Python client for HAFAS public transport APIs',
long_description=long_description,
long_description_content_type="text/markdown",
url='https://github.com/n0emis/pyhafas',
download_url='https://github.com/n0emis/pyhafas/releases',
author='Simeon Keske, Leo Maroni',
author_email='[email protected], [email protected]',
url='https://github.com/FahrplanDatenGarten/pyhafas',
download_url='https://github.com/FahrplanDatenGarten/pyhafas/releases',
author='Ember Keske, Leona Maroni',
author_email='[email protected], [email protected]',
license='MIT',
install_requires=['requests~=2.9',
'pytz>=2013.6'],
Expand Down

0 comments on commit 8c3bd60

Please sign in to comment.