From b72132aa8339c8f8bd549f6ca52e39aa6a1c3e3b Mon Sep 17 00:00:00 2001 From: Dylann Cordel <d.cordel@webu.coop> Date: Tue, 26 Apr 2016 13:10:14 +0200 Subject: [PATCH] bump version --- newsbox/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/newsbox/__init__.py b/newsbox/__init__.py index 5639b73..8c4e495 100644 --- a/newsbox/__init__.py +++ b/newsbox/__init__.py @@ -1,3 +1,3 @@ # -*- coding: utf-8 -*- from __future__ import unicode_literals -__version__ = '0.4.1' +__version__ = '0.4.3' -- GitLab