Skip to content

Commit afb9366

Browse files
author
Anthony Roux
committed
Releasing of the version 3.1.0
1 parent 910c566 commit afb9366

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Changelog
22
=========
33
3.1.0 - 2019-03-25
44
--------------------
5-
Release of the `Point of Interest API <https://developers.amadeus.com/self-service/category/210/api-doc/55>`_
5+
Release of the `Points Of Interest API <https://developers.amadeus.com/self-service/category/210/api-doc/55>`_
66

77
The Points Of Interest API, powered by AVUXI TopPlace, is a search API that returns a list of popular places for a particular location. The location can be defined as area bound by four coordinates or as a geographical coordinate with a radius. The popularity of a place or 'point of interest' is determined by AVUXI's proprietary algorithm that considers factors such as ratings, check-ins, category scores among other factors from a host of online media sources.
88

amadeus/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
version_info = (3, 0, 0)
1+
version_info = (3, 1, 0)
22
version = '.'.join(str(v) for v in version_info)

0 commit comments

Comments
 (0)