File tree Expand file tree Collapse file tree 2 files changed +16
-1
lines changed Expand file tree Collapse file tree 2 files changed +16
-1
lines changed Original file line number Diff line number Diff line change 1
1
Changelog
2
2
#######################################
3
3
4
+ 0.5.0
5
+ =======================================
6
+
7
+ Fixes:
8
+
9
+ - A new more descriptive error when an argument is given and not readable.
10
+ - Custom HTML string parsing has been implemented, allowing for correct parsing of HTML and XHTML in templates.
11
+
12
+ Documentation:
13
+
14
+ - Basic example in README.
15
+ - New contributing documentation.
16
+ - Fixed reference to incorrect file in the image processor documentation.
17
+ - Added new documentation for implicit processors.
18
+
4
19
0.4.1
5
20
=======================================
6
21
Original file line number Diff line number Diff line change 1
1
# flake8: noqa
2
2
from .Verto import Verto
3
3
4
- __version__ = '0.4.1 '
4
+ __version__ = '0.5.0 '
You can’t perform that action at this time.
0 commit comments