Skip to content

Commit

Permalink
Prepare 0.19.7
Browse files Browse the repository at this point in the history
  • Loading branch information
barseghyanartur committed Dec 20, 2022
1 parent 7f8c23f commit d97b986
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 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.7
------
2022-12-21

- Fix incorrect urls for files in emails.
- Drop Python 3.6 support.

0.19.6
------
2022-11-28
Expand Down
3 changes: 1 addition & 2 deletions 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.6"
version = "0.19.7"

# ***************************************************************************
# ************************** Django version *********************************
Expand Down Expand Up @@ -246,7 +246,6 @@
long_description="{0}{1}".format(readme, screenshots),
classifiers=[
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
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.6"
__version__ = "0.19.7"
__author__ = "Artur Barseghyan <[email protected]>"
__copyright__ = "2014-2022 Artur Barseghyan"
__license__ = "GPL 2.0/LGPL 2.1"
Expand Down

0 comments on commit d97b986

Please sign in to comment.