Skip to content

Commit

Permalink
Bumped version number to 0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
haydenjackson01 committed Apr 10, 2017
1 parent 82a7335 commit b1e7d84
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions docs/source/changelog.rst
Original file line number Diff line number Diff line change
@@ -1,8 +1,18 @@
Changelog
#######################################

0.4.1
=======================================

Fixes:

- pypi configuration fixes.
- pyup configuration to use develop branch.
- Improved asset file loading for deployed package.

0.4.0
=======================================

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

Expand All @@ -27,6 +37,7 @@ Fixes:

0.3.1
=======================================

Fixes:

- Updated documentation and changelog.
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.4.0'
__version__ = '0.4.1'

0 comments on commit b1e7d84

Please sign in to comment.