File tree Expand file tree Collapse file tree 3 files changed +8
-3
lines changed
Expand file tree Collapse file tree 3 files changed +8
-3
lines changed Original file line number Diff line number Diff line change 11# Changelog
22All 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
Original file line number Diff line number Diff line change 1515# the License.
1616#
1717
18- __version__ = "4.0 .0"
18+ __version__ = "4.1 .0"
1919
2020from googlemaps .client import Client
2121from googlemaps import exceptions
Original file line number Diff line number Diff line change 1515
1616setup (
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" ,
You can’t perform that action at this time.
0 commit comments