Skip to content

Commit 3063fae

Browse files
Bumped version number to 0.5.0
1 parent 2503861 commit 3063fae

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

docs/source/changelog.rst

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,21 @@
11
Changelog
22
#######################################
33

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+
419
0.4.1
520
=======================================
621

verto/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# flake8: noqa
22
from .Verto import Verto
33

4-
__version__ = '0.4.1'
4+
__version__ = '0.5.0'

0 commit comments

Comments
 (0)