Skip to content

Commit

Permalink
Bump to 1.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
asvetlov committed Nov 23, 2020
1 parent a3f28dc commit fd97cef
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-23)
------------------

- Add CHANGES.rst to MANIFEST.in and sdist #402

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

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.1"
__version__ = "1.4.2"

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

Expand Down

0 comments on commit fd97cef

Please sign in to comment.