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.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
Original file line number Diff line number Diff line change 1515# the License.
1616#
1717
18- __version__ = "4.1 .0"
18+ __version__ = "4.2 .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.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" ,
You can’t perform that action at this time.
0 commit comments