From 72549bc2f9fab6091caee12aa648226af3100b21 Mon Sep 17 00:00:00 2001 From: Dylann Cordel <d.cordel@webu.coop> Date: Fri, 18 May 2018 12:38:54 +0200 Subject: [PATCH] bump 0.6.3 --- newsbox/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/newsbox/__init__.py b/newsbox/__init__.py index 5480d29..93710e5 100644 --- a/newsbox/__init__.py +++ b/newsbox/__init__.py @@ -1,4 +1,4 @@ # -*- coding: utf-8 -*- from __future__ import unicode_literals -__version__ = '0.6.2' +__version__ = '0.6.3' -- GitLab