Skip to content

Commit 36cfd56

Browse files
committed
Bump version
1 parent 53512b5 commit 36cfd56

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

CHANGELOG.rst

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,16 @@
11
Changelog
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+
414
1.0.0b3 - 2018-04-05
515
--------------------
616

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
2727
SDK. <https://developer.amadeus.com/docs/python/get_started/initialize>`__

amadeus/version.py

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

0 commit comments

Comments
 (0)