Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,16 @@ Changelog

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

0.7 (2023-12-04)
~~~~~~~~~~~~~~~~

* Add type hints
* Update requirements to 3.6.2+
* Update docs to use type hints
* Update CI pipelines
* Add automated upload to PyPI
* Build wheels

0.6 (2021-04-20)
~~~~~~~~~~~~~~~~

Expand Down
4 changes: 2 additions & 2 deletions overpy/__about__.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@
__summary__ = "Python Wrapper to access the OpenStreepMap Overpass API"
__uri__ = "https://github.com/DinoTools/python-overpy"

__version__ = "0.6"
__version__ = "0.7"

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

__license__ = "MIT"
__copyright__ = "Copyright 2014-2021 %s" % __author__
__copyright__ = "Copyright 2014-2023 %s" % __author__