Skip to content

Commit 65d5a26

Browse files
chore(release): 4.8.0 [skip ci]
# [4.8.0](v4.7.3...v4.8.0) (2023-01-24) ### Features * add `editorial_summary` to Place Details atmosphere fields ([#472](#472)) ([9f09ccb](9f09ccb))
1 parent 9f09ccb commit 65d5a26

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

googlemaps/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
# the License.
1616
#
1717

18-
__version__ = "4.7.3"
18+
__version__ = "4.8.0"
1919

2020
from googlemaps.client import Client
2121
from googlemaps import exceptions

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626

2727
setup(
2828
name="googlemaps",
29-
version="4.7.3",
29+
version="4.8.0",
3030
description="Python client library for Google Maps Platform",
3131
long_description=readme + changelog,
3232
long_description_content_type="text/markdown",

0 commit comments

Comments
 (0)