Skip to content

Commit c5e450b

Browse files
authored
release 3.1.3 (#320)
1 parent cdf75c7 commit c5e450b

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

CHANGELOG.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,10 @@
22
All notable changes to this project will be documented in this file.
33

44
## [Unreleased]
5+
## [v3.1.3]
56
### Changed
67
- deprecation warning for place fields: `alt_id`, `id`, `reference`, and `scope`. Read more about this at https://developers.google.com/maps/deprecations.
78

8-
## [v3.1.2]
9-
### Added
10-
- Tests for distribution tar as part of CI
11-
129
## [v3.1.2]
1310
### Added
1411
- Tests for distribution tar as part of CI
@@ -36,7 +33,8 @@ All notable changes to this project will be documented in this file.
3633

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

39-
[Unreleased]: https://github.com/googlemaps/google-maps-services-python/compare/3.1.2...HEAD
36+
[Unreleased]: https://github.com/googlemaps/google-maps-services-python/compare/3.1.3...HEAD
37+
[v3.1.3]: https://github.com/googlemaps/google-maps-services-python/compare/3.1.2...3.1.3
4038
[v3.1.2]: https://github.com/googlemaps/google-maps-services-python/compare/3.1.1...3.1.2
4139
[v3.1.1]: https://github.com/googlemaps/google-maps-services-python/compare/3.1.0...3.1.1
4240
[v3.1.0]: https://github.com/googlemaps/google-maps-services-python/compare/3.0.2...3.1.0

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121

2222
setup(
2323
name="googlemaps",
24-
version="3.1.2",
24+
version="3.1.3",
2525
description="Python client library for Google Maps Platform",
2626
long_description=readme + changelog,
2727
long_description_content_type="text/markdown",

0 commit comments

Comments
 (0)