diff --git a/CHANGELOG.md b/CHANGELOG.md index a70f1b86..8f955e0f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,10 @@ All notable changes to this project will be documented in this file. ### Added ### Removed +## [v3.1.1] +### Changed +- Added changelog to manifest + ## [v3.1.0] ### Changed - Switched build system to use [nox](https://nox.thea.codes/en/stable/), pytest, and codecov. Added Python 3.7 to test framework. @@ -24,7 +28,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/3.1.0...HEAD +[Unreleased]: https://github.com/googlemaps/google-maps-services-python/compare/3.1.1...HEAD +[v3.1.1]: https://github.com/googlemaps/google-maps-services-python/compare/3.1.0...3.1.1 [v3.1.0]: https://github.com/googlemaps/google-maps-services-python/compare/3.0.2...3.1.0 [v3.0.2]: https://github.com/googlemaps/google-maps-services-python/compare/3.0.1...3.0.2 [v3.0.1]: https://github.com/googlemaps/google-maps-services-python/compare/3.0.0...3.0.1 diff --git a/setup.py b/setup.py index 5d51adab..76ffcc9f 100644 --- a/setup.py +++ b/setup.py @@ -21,7 +21,7 @@ setup( name="googlemaps", - version="3.1.0", + version="3.1.1", description="Python client library for Google Maps Platform", long_description=readme + changelog, long_description_content_type="text/markdown",