From eff66665652d9272a1f3471feaeb50760f3e1cf8 Mon Sep 17 00:00:00 2001
From: Timm Fitschen <t.fitschen@indiscale.com>
Date: Thu, 11 Feb 2021 21:11:45 +0100
Subject: [PATCH] REL: prepare release

---
 CHANGELOG.md | 14 ++++++++++++++
 setup.py     |  2 +-
 2 files changed, 15 insertions(+), 1 deletion(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 88b5938d..fcb5a205 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -9,6 +9,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
 
 ### Added ###
 
+### Changed ###
+
+### Deprecated ###
+
+### Removed ###
+
+### Fixed ###
+
+### Security ###
+
+## [0.5.0] - 2021-02-11 ##
+
+### Added ###
+
 * New exceptions `HTTPForbiddenException` and
   `HTTPResourceNotFoundException` for HTTP 403 and 404 errors,
   respectively.
diff --git a/setup.py b/setup.py
index 9c638fbc..3d6fa961 100755
--- a/setup.py
+++ b/setup.py
@@ -49,7 +49,7 @@ MAJOR = 0
 MINOR = 5
 MICRO = 0
 PRE = ""  # e.g. rc0, alpha.1, 0.beta-23
-ISRELEASED = False
+ISRELEASED = True
 
 if PRE:
     VERSION = "{}.{}.{}-{}".format(MAJOR, MINOR, MICRO, PRE)
-- 
GitLab