Skip to content

Commit 0ea172d

Browse files
committed
Bump to 1.3.0
1 parent 2346aa0 commit 0ea172d

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

CHANGES.rst

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,15 @@
11
CHANGES
22
=======
33

4-
1.3.0 (XXXX-XX-XX)
4+
1.3.0 (2020-10-30)
55
------------------
66

77
- Remove Any from template annotations #343
88

99
- Fix type annotation for filters in ``aiohttp_jinja2.setup`` #330
1010

11+
- Drop Python 3.5, support Python 3.9
12+
1113

1214
1.2.0 (2019-10-21)
1315
------------------

aiohttp_jinja2/__init__.py

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

25-
__version__ = "1.3.0a0"
25+
__version__ = "1.3.0"
2626

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

0 commit comments

Comments
 (0)