Skip to content

Commit

Permalink
Release v0.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
bharadwajyarlagadda committed Sep 24, 2016
1 parent 19d7908 commit 5287103
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ Changelog
=========


v0.4.2-dev
----------
v0.4.2 (2016-09-24)
-------------------

Added
^^^^^
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.2-dev'
__version__ = '0.4.2'
__author__ = 'Bharadwaj Yarlagadda'
__email__ = 'yarlagaddabharadwaj@gmail.com'
__license__ = 'MIT License'
2 changes: 1 addition & 1 deletion korona/html/tags/input.py
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ class Input(object):
width (int/float): Specifies the width of an <input> element (only for
type="image").
.. versionadded:: 0.4.2-dev
.. versionadded:: 0.4.2
"""
def __init__(self,
accept=None,
Expand Down

0 comments on commit 5287103

Please sign in to comment.