From 926aa83f24a38b04804eba74fc2bb2cea2671b6f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rafa=C5=82=20Pito=C5=84?= Date: Tue, 28 Mar 2023 22:50:56 +0200 Subject: [PATCH] Version 0.32 (#1523) --- README.rst | 4 ---- misago/__init__.py | 2 +- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/README.rst b/README.rst index d0015840f8..e9aa10fc03 100644 --- a/README.rst +++ b/README.rst @@ -10,10 +10,6 @@ Misago :target: https://coveralls.io/github/rafalp/Misago?branch=master :alt: Test Coverage -.. image:: https://img.shields.io/badge/release-0.28.2-brightgreen.svg - :target: https://pypi.org/project/Misago/ - :alt: Release 0.28.2 - .. image:: https://img.shields.io/badge/python-3.11-blue.svg :target: https://travis-ci.org/rafalp/Misago :alt: Works on Python 3.11 diff --git a/misago/__init__.py b/misago/__init__.py index 51e592b9f0..a7ec0181f5 100644 --- a/misago/__init__.py +++ b/misago/__init__.py @@ -1,5 +1,5 @@ from .plugins.pluginlist import load_plugin_list_if_exists -__version__ = "0.31.1" +__version__ = "0.32.0" __released__ = True