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

Commit

Permalink
Updates the relevant files for the v1.0.4 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
Liam Symonds committed Jun 16, 2018
1 parent a63bf9e commit 66b8636
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,10 @@ promptly reviewed and evaluated on its suitability to be merged into the main br

## Changelog

### v1.0.4

* Adds the new image type constants. See [pull request 17](https://github.com/elsyms/hetznercloud-py/pull/17).

### v1.0.3

* Fixes an issue with the 8GB server constants having the wrong type. See [issue 15](https://github.com/elsyms/hetznercloud-py/issues/15)
Expand Down Expand Up @@ -905,4 +909,4 @@ To update an SSH key's name, call the `update()` method on the SSH key object.
```python
ssh_key = client.ssh_keys().get(1)
ssh_key.update(name="Foo")
```
```
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
setup(
name="hetznercloud",
packages=["hetznercloud"],
version="1.0.3",
version="1.0.4",
description="Hetzner Cloud SDK",
author="Liam Symonds",
author_email="[email protected]",
url="https://github.com/elsyms/hetznercloud-py",
keywords=["hetzner", "hetznercloud", "hetzner cloud api", "hetzner sdk", "hetzner api"],
classifiers=[],
install_requires=["requests==2.18.4"]
)
)

0 comments on commit 66b8636

Please sign in to comment.