Skip to content

Commit

Permalink
Release v0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
bharadwajyarlagadda committed Sep 17, 2016
1 parent b6acd7a commit 13423d2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
Changelog
=========

v0.4.1 (2016-09-16)
-------------------

- Moved all the templates for html tags from ``templates/html/tags.py`` to ``templates/html/tags/``


Expand Down
2 changes: 1 addition & 1 deletion korona/__pkg__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
__package_name__ = 'korona'
__description__ = 'Package for building html pages'
__url__ = 'https://github.com/bharadwajyarlagadda/korona'
__version__ = '0.4.0'
__version__ = '0.4.1'
__author__ = 'Bharadwaj Yarlagadda'
__email__ = 'yarlagaddabharadwaj@gmail.com'
__license__ = 'MIT License'

0 comments on commit 13423d2

Please sign in to comment.