Skip to content

Commit cabe511

Browse files
committed
Version 4.4.2
1 parent 86fbe99 commit cabe511

File tree

5 files changed

+9
-5
lines changed

5 files changed

+9
-5
lines changed

CHANGES

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
Version 4.4.2, 2020-11-19
2+
3+
* Python 3.9 compatibility fix
4+
15
Version 4.4, 2020-10-06
26
Version 4.4.1, 2020-10-06
37

devtools/python-hpilo.spec

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Summary: Accessing HP iLO interfaces from python
22
Name: python-hpilo
3-
Version: 4.4.1
3+
Version: 4.4.2
44
Release: 1%{?dist}
55
Source0: http://pypi.python.org/packages/source/p/%{name}/%{name}-%{version}.tar.gz
66
License: GPL/APL

docs/conf.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -50,9 +50,9 @@
5050
# built documents.
5151
#
5252
# The short X.Y version.
53-
version = '4.4.1'
53+
version = '4.4.2'
5454
# The full version, including alpha/beta/rc tags.
55-
release = '4.4.1'
55+
release = '4.4.2'
5656

5757
# The language for content autogenerated by Sphinx. Refer to documentation
5858
# for a list of supported languages.

hpilo.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# (c) 2011-2020 Dennis Kaarsemaker <dennis@kaarsemaker.net>
22
# see COPYING for license details
33

4-
__version__ = "4.4.1"
4+
__version__ = "4.4.2"
55

66
import codecs
77
import io

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
from setuptools import setup
44

55
setup(name = "python-hpilo",
6-
version = "4.4.1",
6+
version = "4.4.2",
77
author = "Dennis Kaarsemaker",
88
author_email = "dennis@kaarsemaker.net",
99
url = "http://github.com/seveas/python-hpilo",

0 commit comments

Comments
 (0)