diff --git a/README.md b/README.md index b267b8f..fae3843 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Hetzner Cloud Python SDK -[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT) [![Build Status](https://travis-ci.org/elsyms/hetznercloud-py.svg?branch=develop)](https://travis-ci.org/elsyms/hetznercloud-py) +[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT) [![Build Status](https://travis-ci.org/thlisym/hetznercloud-py.svg?branch=develop)](https://travis-ci.org/elsyms/hetznercloud-py) A Python 3 SDK for the new (and wonderful) Hetzner cloud service. @@ -99,6 +99,13 @@ promptly reviewed and evaluated on its suitability to be merged into the main br ## Changelog +### v1.1.1 + +* Adds new server type constants +* Adds new image constants +* Parses the IP field from the created floating IP API calls +* Fixes the cloud-init documentation. + ### v1.1.0 * Allows new datacenters to be created in any datacenter in a selected location. See [pull request 16](). diff --git a/setup.py b/setup.py index aa6260a..f19def1 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ setup( name="hetznercloud", packages=["hetznercloud"], - version="1.1.0", + version="1.1.1", description="Hetzner Cloud SDK", author="Liam Symonds", author_email="liam@ls-software.uk",