We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f82054 commit d3e5d74Copy full SHA for d3e5d74
HISTORY.rst
@@ -3,6 +3,11 @@
3
History
4
-------
5
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
+
11
0.6.0 (2016-10-27)
12
------------------
13
* add support for stand-by power state (thanks Chen Rotem Levy)
amt/__init__.py
@@ -2,4 +2,4 @@
2
__author__ = 'Sean Dague'
__email__ = '[email protected]'
-__version__ = '0.6.0'
+__version__ = '0.7.0'
setup.py
@@ -27,7 +27,7 @@
27
28
setup(
29
name='amt',
30
- version='0.6.0',
+ version='0.7.0',
31
description="Tools for interacting with Intel's AMT",
32
long_description=readme + '\n\n' + history,
33
author="Sean Dague",
0 commit comments