Skip to content

Commit 79c5411

Browse files
committed
changelog updates for v1.1.1, update version
1 parent f8b0498 commit 79c5411

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

doc/source/changelog.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22
Change Log
33
==========
44

5+
v1.1.1
6+
====================
7+
8+
* Support for Jinja2 3.0
9+
* Improved importlib.resources inclusion logic
10+
511
v1.1.0
612
====================
713

render_static/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
from .resource import resource
1111
from .url_tree import ClassURLWriter, SimpleURLWriter, URLTreeVisitor
1212

13-
VERSION = (1, 1, 0)
13+
VERSION = (1, 1, 1)
1414

1515
__title__ = 'Django Render Static'
1616
__version__ = '.'.join(str(i) for i in VERSION)

0 commit comments

Comments
 (0)