Skip to content

Commit d3e5d74

Browse files
committed
bumps for 0.7.0
1 parent 2f82054 commit d3e5d74

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

HISTORY.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,11 @@
33
History
44
-------
55

6+
0.7.0 (2017-03-24)
7+
------------------
8+
* add support for -p flag to prompt for password and bypass hostdb
9+
* nice errors to the user when auth fails
10+
611
0.6.0 (2016-10-27)
712
------------------
813
* add support for stand-by power state (thanks Chen Rotem Levy)

amt/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22

33
__author__ = 'Sean Dague'
44
__email__ = '[email protected]'
5-
__version__ = '0.6.0'
5+
__version__ = '0.7.0'

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727

2828
setup(
2929
name='amt',
30-
version='0.6.0',
30+
version='0.7.0',
3131
description="Tools for interacting with Intel's AMT",
3232
long_description=readme + '\n\n' + history,
3333
author="Sean Dague",

0 commit comments

Comments
 (0)