File tree Expand file tree Collapse file tree 3 files changed +12
-2
lines changed
Expand file tree Collapse file tree 3 files changed +12
-2
lines changed Original file line number Diff line number Diff line change 11Changelog
22=========
33
4+ 1.0.0b5 - 2018-04-05
5+ --------------------
6+
7+ Adds easier to read error messages
8+
9+ 1.0.0b4 - 2018-04-04
10+ --------------------
11+
12+ Bug fix for install from PyPi
13+
4141.0.0b3 - 2018-04-05
515--------------------
616
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ directly with pip.
2121
2222.. code :: sh
2323
24- pip install amadeus==1.0.0b4
24+ pip install amadeus==1.0.0b5
2525
2626 **Next **: `Get Started with the Python
2727SDK. <https://developer.amadeus.com/docs/python/get_started/initialize> `__
Original file line number Diff line number Diff line change 1- version_info = (1 , 0 , '0b4 ' )
1+ version_info = (1 , 0 , '0b5 ' )
22version = '.' .join (str (v ) for v in version_info )
You can’t perform that action at this time.
0 commit comments