Skip to content

Commit

Permalink
Prepare 0.19.3
Browse files Browse the repository at this point in the history
  • Loading branch information
barseghyanartur committed Aug 7, 2022
1 parent b0b0d41 commit 2e2f3cf
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,13 @@ are used for versioning (schema follows below):
0.3.4 to 0.4).
- All backwards incompatible changes are mentioned in this document.

0.19.3
------
2022-08-08

- Minor fixes in the `rich_text` plugin (`bleach` related).
- Minor fixes and clean up in docs.

0.19.2
------
2022-07-14
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
from distutils.version import LooseVersion
from setuptools import setup, find_packages

version = "0.19.2"
version = "0.19.3"

# ***************************************************************************
# ************************** Django version *********************************
Expand Down
2 changes: 1 addition & 1 deletion src/fobi/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
__title__ = "django-fobi"
__version__ = "0.19.2"
__version__ = "0.19.3"
__author__ = "Artur Barseghyan <artur.barseghyan@gmail.com>"
__copyright__ = "2014-2022 Artur Barseghyan"
__license__ = "GPL 2.0/LGPL 2.1"
Expand Down

0 comments on commit 2e2f3cf

Please sign in to comment.