Skip to content
This repository has been archived by the owner on Oct 16, 2019. It is now read-only.

Commit

Permalink
Updates readme and setup file
Browse files Browse the repository at this point in the history
This commit updates the README to include the details of the latest
version release and also updates the build badge to match the new
username that this project is now under.

Also, this commit updates the setup.py file and increments the bugfix
version. This makes the version of the application v1.1.1
  • Loading branch information
thlisym committed Sep 2, 2018
1 parent 5a6bac4 commit 9ba3593
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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.

Expand Down Expand Up @@ -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]().
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 9ba3593

Please sign in to comment.