Browse Source

Bump version to 0.27

rafalp 5 years ago
parent
commit
da14e8ef71
2 changed files with 2 additions and 2 deletions
  1. 1 1
      misago/__init__.py
  2. 1 1
      setup.py

+ 1 - 1
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

+ 1 - 1
setup.py

@@ -43,7 +43,7 @@ setup(
         "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",