Browse Source

Misago 0.28.1

rafalp 2 years ago
parent
commit
eced0c0596
2 changed files with 2 additions and 2 deletions
  1. 1 1
      README.rst
  2. 1 1
      misago/__init__.py

+ 1 - 1
README.rst

@@ -12,7 +12,7 @@ Misago
 
 .. image:: https://img.shields.io/badge/release-0.28.0-brightgreen.svg
    :target: https://pypi.org/project/Misago/
-   :alt: Release 0.28.0
+   :alt: Release 0.28.1
 
 .. image:: https://img.shields.io/badge/python-3.11-blue.svg
    :target: https://travis-ci.org/rafalp/Misago

+ 1 - 1
misago/__init__.py

@@ -1,5 +1,5 @@
 from .plugins.pluginlist import load_plugin_list_if_exists
 
 
-__version__ = "0.28.0"
+__version__ = "0.28.1"
 __released__ = True