Skip to content

Commit 06a1f61

Browse files
committed
Version bump
1 parent a5690e4 commit 06a1f61

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGELOG.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
Changelog
22
=========
33

4+
1.0.0b4 - 2018-04-05
5+
--------------------
6+
7+
- Update data files to use RST
8+
49
1.0.0b3 - 2018-04-05
510
--------------------
611

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.0b3
24+
pip install amadeus==1.0.0b4
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, '0b3')
1+
version_info = (1, 0, '0b4')
22
version = '.'.join(str(v) for v in version_info)

0 commit comments

Comments
 (0)