Skip to content

Commit

Permalink
Bump version to 1.5.8 for release.
Browse files Browse the repository at this point in the history
- Updated changelog, too.
  • Loading branch information
jathanism committed Mar 9, 2016
1 parent d1f064b commit 785ba4d
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,17 @@
Changelog
=========

.. _v1.5.8:

1.5.8 (2016-03-08)
==================

Bug Fixes
---------

+ :bug:`252` - Bugfix in `~trigger.cmds.Commando` related to the addition of
TextFSM support for parsing unstructured CLI output.

.. _v1.5.7:

1.5.7 (2016-02-18)
Expand Down
2 changes: 1 addition & 1 deletion trigger/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = (1, 5, 7)
__version__ = (1, 5, 8)

full_version = '.'.join(str(x) for x in __version__[0:3]) + \
''.join(__version__[3:])
Expand Down

0 comments on commit 785ba4d

Please sign in to comment.