Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,18 @@ Changelog

.. note:: This version is not yet released and is under development.

0.5 (2021-04-14)
~~~~~~~~~~~~~~~~

* Add support to retry a failed request
* Improve test handlers to fix issues with Py2.7 and PyPy
* Improve tests
* Add Support for Python 3.6
* Add function to handle remark tags and elements
* Add support to parse data from ET.Element
* Move attribute modifiers from class to package
* Change to use Exception instead of BaseException

0.4 (2016-12-08)
~~~~~~~~~~~~~~~~

Expand Down
4 changes: 2 additions & 2 deletions overpy/__about__.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@
__summary__ = "Python Wrapper to access the OpenStreepMap Overpass API"
__uri__ = "https://github.com/DinoTools/python-overpy"

__version__ = "0.4"
__version__ = "0.5"

__author__ = "PhiBo (DinoTools)"
__email__ = ""

__license__ = "MIT"
__copyright__ = "Copyright 2014-2016 %s" % __author__
__copyright__ = "Copyright 2014-2021 %s" % __author__