Skip to content

Commit 0717028

Browse files
chore(release): 4.5.0 [skip ci]
# [4.5.0](v4.4.7...v4.5.0) (2021-07-29) ### Features * allow passings requests session ([#414](#414)) ([a93b3c0](a93b3c0))
1 parent a93b3c0 commit 0717028

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.4.7"
18+
__version__ = "4.5.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.4.7",
15+
version="4.5.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)