From a68a03ae3a53b92f4270622927296ecf2d528695 Mon Sep 17 00:00:00 2001 From: Emanuele Di Giacomo Date: Mon, 2 Sep 2024 10:15:08 +0200 Subject: [PATCH] Fixed version --- statusboard/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/statusboard/__init__.py b/statusboard/__init__.py index 9440499..60ff2c6 100644 --- a/statusboard/__init__.py +++ b/statusboard/__init__.py @@ -14,7 +14,7 @@ # along with this program. If not, see . __title__ = "Django status board" -__version__ = "0.13.0" +__version__ = "0.14.0" __author__ = "Emanuele Di Giacomo" __license__ = "GPLv2+" __copyright__ = "Copyright 2017 Emanuele Di Giacomo"