We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 31df1a5 commit ea3cdd0Copy full SHA for ea3cdd0
CHANGELOG.rst
@@ -1,6 +1,11 @@
1
Changelog
2
=========
3
4
+2.0.1 - 2019-01-17
5
+--------------------
6
+
7
+Fix pagination URL encoding parameters
8
9
2.0.0 - 2018-10-14
10
--------------------
11
amadeus/version.py
@@ -1,2 +1,2 @@
-version_info = (2, 0, 0)
+version_info = (2, 0, 1)
version = '.'.join(str(v) for v in version_info)
0 commit comments