From d6f2e4a15abf0d1e5b194f5accb6a9a39fb34389 Mon Sep 17 00:00:00 2001 From: DylannCordel <d.cordel@webu.coop> Date: Mon, 21 Nov 2016 17:00:35 +0100 Subject: [PATCH] bump version to 0.5.0 --- newsbox/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/newsbox/__init__.py b/newsbox/__init__.py index 8c4e495..4e691a8 100644 --- a/newsbox/__init__.py +++ b/newsbox/__init__.py @@ -1,3 +1,3 @@ # -*- coding: utf-8 -*- from __future__ import unicode_literals -__version__ = '0.4.3' +__version__ = '0.5.0' -- GitLab