Skip to content

Commit

Permalink
chore(release): 4.2.0 (#346)
Browse files Browse the repository at this point in the history
  • Loading branch information
jpoehnelt authored Feb 12, 2020
1 parent e27988e commit 3371e10
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# Changelog
All notable changes to this project will be documented in this file.

## [v4.2.0]
### Added
- Add support for Maps Static API (#344)

## [v4.1.0]
### Added
- Adding support for passing in `experience_id` to Client class (#338)
Expand Down Expand Up @@ -45,7 +49,8 @@ All notable changes to this project will be documented in this file.

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

[Unreleased]: https://github.com/googlemaps/google-maps-services-python/compare/4.1.0...HEAD
[Unreleased]: https://github.com/googlemaps/google-maps-services-python/compare/4.2.0...HEAD
[v4.2.0]: https://github.com/googlemaps/google-maps-services-python/compare/4.1.0...4.2.0
[v4.1.0]: https://github.com/googlemaps/google-maps-services-python/compare/4.0.0...4.1.0
[v4.0.0]: https://github.com/googlemaps/google-maps-services-python/compare/3.1.4...4.0.0
[v3.1.4]: https://github.com/googlemaps/google-maps-services-python/compare/3.1.3...3.1.4
Expand Down
2 changes: 1 addition & 1 deletion googlemaps/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
# the License.
#

__version__ = "4.1.0"
__version__ = "4.2.0"

from googlemaps.client import Client
from googlemaps import exceptions
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

setup(
name="googlemaps",
version="4.1.0",
version="4.2.0",
description="Python client library for Google Maps Platform",
long_description=readme + changelog,
long_description_content_type="text/markdown",
Expand Down

0 comments on commit 3371e10

Please sign in to comment.