From da14e8ef712a77603fdfec8bbff67c526c7d0c5c Mon Sep 17 00:00:00 2001 From: rafalp Date: Mon, 25 May 2020 21:36:00 +0200 Subject: [PATCH] Bump version to 0.27 --- misago/__init__.py | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/misago/__init__.py b/misago/__init__.py index 360cde10a9..ea22d0b474 100644 --- a/misago/__init__.py +++ b/misago/__init__.py @@ -1,5 +1,5 @@ from .plugins.pluginlist import load_plugin_list_if_exists -__version__ = "0.26.0" +__version__ = "0.27.0" __released__ = True diff --git a/setup.py b/setup.py index 819131eeae..49d2bdb1f0 100644 --- a/setup.py +++ b/setup.py @@ -43,7 +43,7 @@ "License :: OSI Approved :: GNU General Public License v2 (GPLv2)", "Operating System :: OS Independent", "Programming Language :: Python", - "Programming Language :: Python :: 3.6", + "Programming Language :: Python :: 3.7", "Topic :: Internet :: WWW/HTTP", "Topic :: Internet :: WWW/HTTP :: Dynamic Content", "Topic :: Internet :: WWW/HTTP :: WSGI",