Skip to content

Commit 4dd8db6

Browse files
chore(release): 4.6.0 [skip ci]
# [4.6.0](v4.5.3...v4.6.0) (2022-02-02) ### Features * Geocode by place id ([#427](#427)) ([1364711](1364711))
1 parent 1364711 commit 4dd8db6

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

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.5.3"
18+
__version__ = "4.6.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
@@ -12,7 +12,7 @@
1212

1313
setup(
1414
name="googlemaps",
15-
version="4.5.3",
15+
version="4.6.0",
1616
description="Python client library for Google Maps Platform",
1717
long_description=readme + changelog,
1818
long_description_content_type="text/markdown",

0 commit comments

Comments
 (0)