Skip to content

Commit

Permalink
1.3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
mjumbewu committed Feb 9, 2023
1 parent 5120245 commit 515401b
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ python:
- "3.4"

env:
- DJANGO="django<1.7" # 1.6.x
- DJANGO="django<1.8" # 1.7.x
- DJANGO="django<1.9" # 1.8.x
- DJANGO="django<3" # 2.2.x
- DJANGO="django<4" # 3.2.x
- DJANGO="git+git://github.com/django/django.git@master#egg=django"

# command to install dependencies
Expand Down
7 changes: 7 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
CHANGES
=======

1.3.9
-----

- In order to support the latest versions of Django, removed dependence on the
FILE_CHARSET setting. This means that the templates will always be read as
UTF-8.

1.3.8
-----

Expand Down
2 changes: 1 addition & 1 deletion docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Quickstart
Dependencies
------------

Tested with `Django`_ 1.5 through trunk, and `Python`_ 2.6, 2.7, and 3.3.
Tested with `Django`_ 1.8 through trunk, and `Python`_ 2.6, 2.7, and 3.3.
Almost certainly works with older versions of both.

.. _Django: http://www.djangoproject.com/
Expand Down
2 changes: 1 addition & 1 deletion jstemplate/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "1.3.8"
__version__ = "1.3.9"

0 comments on commit 515401b

Please sign in to comment.