Skip to content

Commit 700cfec

Browse files
authored
chore(release): 4.1.0 (#339)
1 parent 2d6d4a9 commit 700cfec

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.1.0]
5+
### Added
6+
- Adding support for passing in `experience_id` to Client class (#338)
7+
48
## [v4.0.0]
59
### Changed
610
- Python 2 is no longer supported
@@ -41,7 +45,8 @@ All notable changes to this project will be documented in this file.
4145

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

44-
[Unreleased]: https://github.com/googlemaps/google-maps-services-python/compare/4.0.0...HEAD
48+
[Unreleased]: https://github.com/googlemaps/google-maps-services-python/compare/4.1.0...HEAD
49+
[v4.1.0]: https://github.com/googlemaps/google-maps-services-python/compare/4.0.0...4.1.0
4550
[v4.0.0]: https://github.com/googlemaps/google-maps-services-python/compare/3.1.4...4.0.0
4651
[v3.1.4]: https://github.com/googlemaps/google-maps-services-python/compare/3.1.3...3.1.4
4752
[v3.1.3]: https://github.com/googlemaps/google-maps-services-python/compare/3.1.2...3.1.3

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.0.0"
18+
__version__ = "4.1.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.0.0",
18+
version="4.1.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)