We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f8b0498 commit 79c5411Copy full SHA for 79c5411
doc/source/changelog.rst
@@ -2,6 +2,12 @@
2
Change Log
3
==========
4
5
+v1.1.1
6
+====================
7
+
8
+* Support for Jinja2 3.0
9
+* Improved importlib.resources inclusion logic
10
11
v1.1.0
12
====================
13
render_static/__init__.py
@@ -10,7 +10,7 @@
from .resource import resource
from .url_tree import ClassURLWriter, SimpleURLWriter, URLTreeVisitor
-VERSION = (1, 1, 0)
+VERSION = (1, 1, 1)
14
15
__title__ = 'Django Render Static'
16
__version__ = '.'.join(str(i) for i in VERSION)
0 commit comments