File tree Expand file tree Collapse file tree 2 files changed +12
-2
lines changed Expand file tree Collapse file tree 2 files changed +12
-2
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,16 @@ Changelog
66
77.. note :: This version is not yet released and is under development.
88
9+ 0.7 (2023-12-04)
10+ ~~~~~~~~~~~~~~~~
11+
12+ * Add type hints
13+ * Update requirements to 3.6.2+
14+ * Update docs to use type hints
15+ * Update CI pipelines
16+ * Add automated upload to PyPI
17+ * Build wheels
18+
9190.6 (2021-04-20)
1020~~~~~~~~~~~~~~~~
1121
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.6 "
16+ __version__ = "0.7 "
1717
1818__author__ = "PhiBo (DinoTools)"
1919__email__ = ""
2020
2121__license__ = "MIT"
22- __copyright__ = "Copyright 2014-2021 %s" % __author__
22+ __copyright__ = "Copyright 2014-2023 %s" % __author__
You can’t perform that action at this time.
0 commit comments