Skip to content

Commit

Permalink
Merge pull request #316 from barseghyanartur/fix/308-checkbox-select-…
Browse files Browse the repository at this point in the history
…multiple-rendered-incorrectly-from-form-creation-page

Up changelog
  • Loading branch information
barseghyanartur authored Nov 12, 2023
2 parents 696b016 + d1f6f80 commit ef10a27
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,12 @@ are used for versioning (schema follows below):
0.3.4 to 0.4).
- All backwards incompatible changes are mentioned in this document.

0.19.10
-------
2023-11-??

- Fixes in the ``select_checkbox_multiple`` plugin.

0.19.9
------
2023-07-11
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.9"
version = "0.19.10"

# ***************************************************************************
# ************************** 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.9"
__version__ = "0.19.10"
__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 ef10a27

Please sign in to comment.