Skip to content

Commit

Permalink
Fix format of restructured text description
Browse files Browse the repository at this point in the history
  • Loading branch information
mjumbewu committed Feb 9, 2023
1 parent 515401b commit 4f44a0a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
6 changes: 3 additions & 3 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ CHANGES
- Add ``mustacheich`` tag to insert a mustache script block as icanhaz expects.

0.4.1 (2012.01.09)
-----
------------------

- Fixed template reading to explicitly decode template file contents using
Django's ``FILE_CHARSET`` setting. Thanks Eduard Iskandarov.
Expand Down Expand Up @@ -219,14 +219,14 @@ CHANGES


0.2.0 (2011.06.26)
-----
------------------

- Made template-finding more flexible: ``ICANHAZ_DIR`` is now ``ICANHAZ_DIRS``
(a list); added ``ICANHAZ_FINDERS``, ``ICANHAZ_APP_DIRNAMES``, and finding of
templates in installed apps.


0.1.0 (2011.06.22)
-----
------------------

- Initial release.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ def get_version():
version=get_version(),
description="A Django template tag for embedding Mustache.js templates -- or other JavaScript templates -- safely.",
long_description=long_description,
long_description_content_type="text/x-rst",
author="Mjumbe Wawatu Ukweli",
author_email="[email protected]",
url="https://github.com/mjumbewu/django-jstemplate/",
Expand Down

0 comments on commit 4f44a0a

Please sign in to comment.