Skip to content

Commit

Permalink
Prepare 0.19.4
Browse files Browse the repository at this point in the history
  • Loading branch information
barseghyanartur committed Aug 7, 2022
1 parent 2e2f3cf commit 8208893
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 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.4
------
2022-08-08

- Minor fixes in docs.

0.19.3
------
2022-08-08
Expand Down
4 changes: 2 additions & 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.3"
version = "0.19.4"

# ***************************************************************************
# ************************** Django version *********************************
Expand Down Expand Up @@ -89,7 +89,7 @@
try:
readme = open(os.path.join(os.path.dirname(__file__), "README.rst")).read()
screenshots = open(
os.path.join(os.path.dirname(__file__), "docs/screenshots.rst.distrib")
os.path.join(os.path.dirname(__file__), "docs/screenshots.rst")
).read()
screenshots = screenshots.replace(
".. image:: _static",
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.3"
__version__ = "0.19.4"
__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 8208893

Please sign in to comment.