From 90a82a3e49281cc273aaaee80af41507d14b6b05 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lukas=20K=C3=A4mmerling?= <4281581+LKaemmerling@users.noreply.github.com> Date: Wed, 27 Feb 2019 11:19:22 +0100 Subject: [PATCH] Prepare 1.1.0 (#32) --- CHANGELOG.rst | 5 +++++ hcloud/__version__.py | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 2c27660..0c2b021 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,6 +2,11 @@ History ======= +1.1.0 (2019-02-27) +------------------ + +* Feature: Add `STATUS`-constants for server and volume status + 1.0.1 (2019-02-22) ------------------ diff --git a/hcloud/__version__.py b/hcloud/__version__.py index 1dea037..9cff1bc 100644 --- a/hcloud/__version__.py +++ b/hcloud/__version__.py @@ -1 +1 @@ -VERSION = '1.0.1' +VERSION = '1.1.0'