Skip to content

Commit 1eb82d6

Browse files
authored
Merge branch 'master' into python3.3-support
2 parents 8d0105e + dd789e6 commit 1eb82d6

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
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.1.0 - 2018-08-01
5+
--------------------
6+
7+
Release 1.1.0
8+
49
1.0.0 - 2018-04-20
510
--------------------
611

README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -262,10 +262,10 @@ Help
262262
263263
Our `developer support team <https://developers.amadeus.com/support>`__ is here
264264
to help you. You can find us on `StackOverflow
265-
<https://stackoverflow.com/questions/tagged/amadeus>`__, and `email
265+
<htps://stackoverflow.com/questions/tagged/amadeus>`__, and `email
266266
<mailto:developers@amadeus.com>`__.
267267
268-
.. |Module Version| image:: https://badge.fury.io/py/amadeus.svg?v=1
268+
.. |Module Version| image:: https://badge.fury.io/py/amadeus.svg?id=py&type=6&v=1.1.0
269269
:target: https://pypi.org/project/amadeus/
270270
.. |Build Status| image:: http://img.shields.io/travis/amadeus4dev/amadeus-python.svg
271271
:target: http://travis-ci.org/amadeus4dev/amadeus-python

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, 0)
1+
version_info = (1, 1, 0)
22
version = '.'.join(str(v) for v in version_info)

0 commit comments

Comments
 (0)