Skip to content

Commit

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

0.19.8
------
2023-01-30

- Method
`fobi.contrib.plugins.form_handlers.db_store.base.DBStoreHandlerPlugin.run`
now returns created
`fobi.contrib.plugins.form_handlers.db_store.models.SavedFormDataEntry`.

0.19.7
------
2022-12-21
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.7"
version = "0.19.8"

# ***************************************************************************
# ************************** 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.7"
__version__ = "0.19.8"
__author__ = "Artur Barseghyan <[email protected]>"
__copyright__ = "2014-2022 Artur Barseghyan"
__license__ = "GPL 2.0/LGPL 2.1"
Expand Down

0 comments on commit 08f7c69

Please sign in to comment.