Skip to content

Commit 0022419

Browse files
committed
Bump to 1.4.1
1 parent 1fbb346 commit 0022419

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGES.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
CHANGES
22
=======
33

4+
1.4.1 (2020-11-22)
5+
------------------
6+
7+
- Document async rendering functions #396
8+
49
1.4.0 (2020-11-12)
510
------------------
611

aiohttp_jinja2/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
from .helpers import GLOBAL_HELPERS
2525
from .typedefs import Filters
2626

27-
__version__ = "1.4.0"
27+
__version__ = "1.4.1"
2828

2929
__all__ = ("setup", "get_env", "render_template", "render_string", "template")
3030

0 commit comments

Comments
 (0)