Skip to content

Commit 25dec23

Browse files
committed
Bump to 0.4.3
1 parent 0a3eef7 commit 25dec23

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGES.txt

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

4+
0.4.3 (2015-06-01)
5+
------------------
6+
7+
- Fix distribution building: add manifest file
8+
49
0.4.2 (2015-05-21)
510
------------------
611

aiohttp_jinja2/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
from aiohttp import web
66

77

8-
__version__ = '0.4.2'
8+
__version__ = '0.4.3'
99

1010
__all__ = ('setup', 'get_env', 'render_template', 'template')
1111

0 commit comments

Comments
 (0)