Skip to content

Commit a4f62cf

Browse files
authored
git - Merge pull request #97 from DinoTools/release_0_6
Release 0 6
2 parents b9fc9e3 + e33dbe0 commit a4f62cf

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.rst

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

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

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+
920
0.5 (2021-04-14)
1021
~~~~~~~~~~~~~~~~
1122

overpy/__about__.py

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

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

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

0 commit comments

Comments
 (0)