Skip to content

Commit

Permalink
Merge pull request #3 from moogar0880/0.4.2
Browse files Browse the repository at this point in the history
0.4.2
  • Loading branch information
moogar0880 committed Jul 21, 2015
2 parents dbc0fc0 + 905265f commit 1d37d85
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion HISTORY.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Release History
---------------
0.4.1 (2015-07-21)
0.4.2 (2015-07-21)
++++++++++++++++++

* Fixed an issue with improperly escaping metadata for use with `subprocess.check_output`
Expand Down
2 changes: 1 addition & 1 deletion subler/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
from .subler import *
from . import tools

version_info = (0, 4, 1)
version_info = (0, 4, 2)

__author__ = 'Jon Nappi'
__version__ = '.'.join([str(x) for x in version_info])

0 comments on commit 1d37d85

Please # to comment.