Skip to content

Commit

Permalink
Version 4.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
seveas committed Apr 13, 2018
1 parent 548f702 commit ed1183a
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
Version 4.2.1, 2018-04-13
* mod_global_settings would always try to set a console_capture_port, which is
horribly wrong

Version 4.2, 2018-04-10
! Backwards compatibility warning
The output of get_embedded_health changed: the network interfaces are now
Expand Down
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,9 @@
# built documents.
#
# The short X.Y version.
version = '4.2'
version = '4.2.1'
# The full version, including alpha/beta/rc tags.
release = '4.2'
release = '4.2.1'

# 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
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# (c) 2011-2018 Dennis Kaarsemaker <dennis@kaarsemaker.net>
# see COPYING for license details

__version__ = "4.2"
__version__ = "4.2.1"

import codecs
import io
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
from distutils.core import setup

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

0 comments on commit ed1183a

Please sign in to comment.