File tree Expand file tree Collapse file tree 2 files changed +14
-2
lines changed Expand file tree Collapse file tree 2 files changed +14
-2
lines changed Original file line number Diff line number Diff 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+
9210.4 (2016-12-08)
1022~~~~~~~~~~~~~~~~
1123
Original file line number Diff line number Diff line change 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__
You can’t perform that action at this time.
0 commit comments