Skip to content

Commit 1f10a27

Browse files
authored
* - Bump version to 0.7 (#116)
1 parent 4b7396a commit 1f10a27

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

CHANGELOG.rst

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff 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+
919
0.6 (2021-04-20)
1020
~~~~~~~~~~~~~~~~
1121

overpy/__about__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@
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__

0 commit comments

Comments
 (0)