We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b9fc9e3 + e33dbe0 commit a4f62cfCopy full SHA for a4f62cf
CHANGELOG.rst
@@ -6,6 +6,17 @@ Changelog
6
7
.. note:: This version is not yet released and is under development.
8
9
+0.6 (2021-04-20)
10
+~~~~~~~~~~~~~~~~
11
+
12
+* Drop Python 2.7 support
13
+* Replace Travis CI with GitHub Actions
14
+* Change ThreadedHTTPServer to HTTPServer for tests
15
+* Add CodeQL CI tests
16
+* Add pre-commit
17
+* Improve build steps
18
19
20
0.5 (2021-04-14)
21
~~~~~~~~~~~~~~~~
22
overpy/__about__.py
@@ -13,7 +13,7 @@
__summary__ = "Python Wrapper to access the OpenStreepMap Overpass API"
__uri__ = "https://github.com/DinoTools/python-overpy"
-__version__ = "0.5"
+__version__ = "0.6"
__author__ = "PhiBo (DinoTools)"
__email__ = ""
0 commit comments