Skip to content

Commit 831481f

Browse files
Bump to version 0.6.0.
1 parent 8e4ab89 commit 831481f

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

docs/source/changelog.rst

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

4+
0.6.0
5+
=======================================
6+
7+
Features:
8+
9+
- Added :doc:`processors/image-inline` processor, intended for use in tables.
10+
- Added :doc:`processors/scratch-inline` processor for inline scratch support.
11+
12+
Fixes:
13+
14+
- Removed ``beautifulsoup4`` dependency.
15+
- Typo in VertoResult documentation (*heading_root* -> *heading_tree*).
16+
417
0.5.3
518
=======================================
619

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.5.3'
4+
__version__ = '0.6.0'

0 commit comments

Comments
 (0)