From bda0fe512837dcb9aeec34d77edb3f0344aedddb Mon Sep 17 00:00:00 2001 From: Dylann Cordel <d.cordel@webu.coop> Date: Mon, 22 Jan 2018 17:04:02 +0100 Subject: [PATCH] 0.6.0 --- newsbox/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/newsbox/__init__.py b/newsbox/__init__.py index 3696cbe..7ef0c4d 100644 --- a/newsbox/__init__.py +++ b/newsbox/__init__.py @@ -1,3 +1,3 @@ # -*- coding: utf-8 -*- from __future__ import unicode_literals -__version__ = '0.5.1' +__version__ = '0.6.0' -- GitLab