Skip to content

Commit

Permalink
Version 3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
seveas committed Apr 27, 2016
1 parent df1b0e9 commit f7f9d01
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 4 deletions.
6 changes: 6 additions & 0 deletions CHANGES
@@ -1,3 +1,9 @@
Version 3.8, 2016-04-26
* Improved python 3 compatibility
* More compact XML in delayed mode to make resets and changes more cooperative
* More workarounds for iLO firmware bugs, this time around badly encoded data
* Add the force_format command to help recover really broken iLOs

Version 3.7, 2016-01-30
* Support for TLSv1.1 and TLSv1.2
* mod_dir_settings and set_host_power_saver now also accept non-numeric values
Expand Down
4 changes: 2 additions & 2 deletions docs/conf.py
Expand Up @@ -50,9 +50,9 @@
# built documents.
#
# The short X.Y version.
version = '3.7'
version = '3.8'
# The full version, including alpha/beta/rc tags.
release = '3.7'
release = '3.8'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion hpilo.py
@@ -1,7 +1,7 @@
# (c) 2011-2016 Dennis Kaarsemaker <dennis@kaarsemaker.net>
# see COPYING for license details

__version__ = "3.7"
__version__ = "3.8"

import codecs
import os
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -3,7 +3,7 @@
from distutils.core import setup

setup(name = "python-hpilo",
version = "3.7",
version = "3.8",
author = "Dennis Kaarsemaker",
author_email = "dennis@kaarsemaker.net",
url = "http://github.com/seveas/python-hpilo",
Expand Down

0 comments on commit f7f9d01

Please sign in to comment.