Skip to content

Commit

Permalink
Bumped version to v0.4.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
haydenjackson01 committed Apr 3, 2017
1 parent 3308058 commit b00c54c
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 1 deletion.
24 changes: 24 additions & 0 deletions docs/source/changelog.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,30 @@
Changelog
#######################################

0.4.0
=======================================
Fourth prerelease of the Verto converter.
(The project was renamed to Verto from Kordac in release.)

Adds support for the following processors:

- :doc:`processors/iframe`
- :doc:`processors/interactive`
- :doc:`processors/heading`
- :doc:`processors/scratch`
- :doc:`processors/table-of-contents`

Features:

- The :doc:`processors/scratch` processor supports ``split`` and ``random`` options.

Fixes:

- Scratch blocks work with other extensions.
- Glossary slugs are now added to the output of Verto.
- Processors are now ordered correctly.


0.3.1
=======================================
Fixes:
Expand Down
2 changes: 1 addition & 1 deletion verto/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# flake8: noqa
from .Verto import Verto

__version__ = '0.3.1'
__version__ = '0.4.0'

0 comments on commit b00c54c

Please sign in to comment.