Skip to content

Commit

Permalink
Version 0.32 (#1523)
Browse files Browse the repository at this point in the history
  • Loading branch information
rafalp authored Mar 28, 2023
1 parent 4c0d649 commit 926aa83
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
4 changes: 0 additions & 4 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion misago/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
from .plugins.pluginlist import load_plugin_list_if_exists


__version__ = "0.31.1"
__version__ = "0.32.0"
__released__ = True

0 comments on commit 926aa83

Please sign in to comment.