Skip to content

Commit

Permalink
Prepare release 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
leona-ya committed Sep 14, 2020
1 parent 716c30e commit 0f13a69
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,16 @@ Changelog

.. contents::

v0.3.0
------
* [FEATURE] Add timezone awareness to all datetime time objects
* [FEATURE] Allow filtering at :func:`pyhafas.client.HafasClient.departures` and :func:`pyhafas.client.HafasClient.arrivals` for direction station
* [FEATURE] Add option to :func:`pyhafas.client.HafasClient.journeys` request to allow setting a maximum number of returned journeys
* [BUG] Fix bug with some HaFAS versions in platform parsing
* [BUG] Changed coordinate type from int to float
* Better dependency requirements (less specific versions)
* Add tests

v0.2.0
------
* [BREAKING] Changed return format of :func:`pyhafas.client.HafasClient.arrivals` and :func:`pyhafas.client.HafasClient.departures` methods
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
author = 'n0emis, em0lar'

# The full version, including alpha/beta/rc tags
release = '0.2.0'
release = '0.3.0'


# -- General configuration ---------------------------------------------------
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.2.0',
version='0.3.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 0f13a69

Please sign in to comment.