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 a5690e4 commit 06a1f61Copy full SHA for 06a1f61
CHANGELOG.rst
@@ -1,6 +1,11 @@
1
Changelog
2
=========
3
4
+1.0.0b4 - 2018-04-05
5
+--------------------
6
+
7
+- Update data files to use RST
8
9
1.0.0b3 - 2018-04-05
10
--------------------
11
README.rst
@@ -21,7 +21,7 @@ directly with pip.
21
22
.. code:: sh
23
24
- pip install amadeus==1.0.0b3
+ pip install amadeus==1.0.0b4
25
26
**Next**: `Get Started with the Python
27
SDK. <https://developer.amadeus.com/docs/python/get_started/initialize>`__
amadeus/version.py
@@ -1,2 +1,2 @@
-version_info = (1, 0, '0b3')
+version_info = (1, 0, '0b4')
version = '.'.join(str(v) for v in version_info)
0 commit comments