Skip to content

Commit 3371e10

Browse files
authored
chore(release): 4.2.0 (#346)
1 parent e27988e commit 3371e10

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
# Changelog
22
All notable changes to this project will be documented in this file.
33

4+
## [v4.2.0]
5+
### Added
6+
- Add support for Maps Static API (#344)
7+
48
## [v4.1.0]
59
### Added
610
- Adding support for passing in `experience_id` to Client class (#338)
@@ -45,7 +49,8 @@ All notable changes to this project will be documented in this file.
4549

4650
**Note:** Start of changelog is 2019-08-27, [v3.0.2].
4751

48-
[Unreleased]: https://github.com/googlemaps/google-maps-services-python/compare/4.1.0...HEAD
52+
[Unreleased]: https://github.com/googlemaps/google-maps-services-python/compare/4.2.0...HEAD
53+
[v4.2.0]: https://github.com/googlemaps/google-maps-services-python/compare/4.1.0...4.2.0
4954
[v4.1.0]: https://github.com/googlemaps/google-maps-services-python/compare/4.0.0...4.1.0
5055
[v4.0.0]: https://github.com/googlemaps/google-maps-services-python/compare/3.1.4...4.0.0
5156
[v3.1.4]: https://github.com/googlemaps/google-maps-services-python/compare/3.1.3...3.1.4

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.1.0"
18+
__version__ = "4.2.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
@@ -15,7 +15,7 @@
1515

1616
setup(
1717
name="googlemaps",
18-
version="4.1.0",
18+
version="4.2.0",
1919
description="Python client library for Google Maps Platform",
2020
long_description=readme + changelog,
2121
long_description_content_type="text/markdown",

0 commit comments

Comments
 (0)