Skip to content

Commit

Permalink
Version 4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
seveas committed Aug 23, 2018
1 parent 41be241 commit 6129bdc
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 4 deletions.
6 changes: 6 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
Version 4.3, 2018-08-23

* Backwards compatibility with code that uses the ssl_version parameter
* Fix a bug in mod_global_settings that accidently mapped some integers to booleans
* More workarounds for broken XML

Version 4.2.1, 2018-04-13
* mod_global_settings would always try to set a console_capture_port, which is
horribly wrong
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.1'
version = '4.3'
# The full version, including alpha/beta/rc tags.
release = '4.2.1'
release = '4.3'

# 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 <[email protected]>
# see COPYING for license details

__version__ = "4.2.1"
__version__ = "4.3"

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.1",
version = "4.3",
author = "Dennis Kaarsemaker",
author_email = "[email protected]",
url = "http://github.com/seveas/python-hpilo",
Expand Down

0 comments on commit 6129bdc

Please sign in to comment.