Skip to content

Commit 4957b8d

Browse files
authored
git - Merge pull request #88 from DinoTools/release_0_5
Release 0.5
2 parents cc0cf19 + c3b5cf5 commit 4957b8d

File tree

2 files changed

+14
-2
lines changed

2 files changed

+14
-2
lines changed

CHANGELOG.rst

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,18 @@ Changelog
66

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

9+
0.5 (2021-04-14)
10+
~~~~~~~~~~~~~~~~
11+
12+
* Add support to retry a failed request
13+
* Improve test handlers to fix issues with Py2.7 and PyPy
14+
* Improve tests
15+
* Add Support for Python 3.6
16+
* Add function to handle remark tags and elements
17+
* Add support to parse data from ET.Element
18+
* Move attribute modifiers from class to package
19+
* Change to use Exception instead of BaseException
20+
921
0.4 (2016-12-08)
1022
~~~~~~~~~~~~~~~~
1123

overpy/__about__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@
1313
__summary__ = "Python Wrapper to access the OpenStreepMap Overpass API"
1414
__uri__ = "https://github.com/DinoTools/python-overpy"
1515

16-
__version__ = "0.4"
16+
__version__ = "0.5"
1717

1818
__author__ = "PhiBo (DinoTools)"
1919
__email__ = ""
2020

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

0 commit comments

Comments
 (0)