Skip to content

Commit

Permalink
Bump to 1.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
asvetlov committed Nov 22, 2020
1 parent 1fbb346 commit 0022419
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
CHANGES
=======

1.4.1 (2020-11-22)
------------------

- Document async rendering functions #396

1.4.0 (2020-11-12)
------------------

Expand Down
2 changes: 1 addition & 1 deletion aiohttp_jinja2/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
from .helpers import GLOBAL_HELPERS
from .typedefs import Filters

__version__ = "1.4.0"
__version__ = "1.4.1"

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

Expand Down

0 comments on commit 0022419

Please sign in to comment.