Commit cabe511 1 parent 86fbe99 commit cabe511 Copy full SHA for cabe511
File tree 5 files changed +9
-5
lines changed
5 files changed +9
-5
lines changed Original file line number Diff line number Diff line change
1
+ Version 4.4.2, 2020-11-19
2
+
3
+ * Python 3.9 compatibility fix
4
+
1
5
Version 4.4, 2020-10-06
2
6
Version 4.4.1, 2020-10-06
3
7
Original file line number Diff line number Diff line change 1
1
Summary: Accessing HP iLO interfaces from python
2
2
Name: python-hpilo
3
- Version: 4.4.1
3
+ Version: 4.4.2
4
4
Release: 1%{?dist }
5
5
Source0: http://pypi.python.org/packages/source/p/%{name }/%{name }-%{version }.tar.gz
6
6
License: GPL/APL
Original file line number Diff line number Diff line change 50
50
# built documents.
51
51
#
52
52
# The short X.Y version.
53
- version = '4.4.1 '
53
+ version = '4.4.2 '
54
54
# The full version, including alpha/beta/rc tags.
55
- release = '4.4.1 '
55
+ release = '4.4.2 '
56
56
57
57
# The language for content autogenerated by Sphinx. Refer to documentation
58
58
# for a list of supported languages.
Original file line number Diff line number Diff line change 1
1
# (c) 2011-2020 Dennis Kaarsemaker <dennis@kaarsemaker.net>
2
2
# see COPYING for license details
3
3
4
- __version__ = "4.4.1 "
4
+ __version__ = "4.4.2 "
5
5
6
6
import codecs
7
7
import io
Original file line number Diff line number Diff line change 3
3
from setuptools import setup
4
4
5
5
setup (name = "python-hpilo" ,
6
- version = "4.4.1 " ,
6
+ version = "4.4.2 " ,
7
7
author = "Dennis Kaarsemaker" ,
8
8
author_email = "dennis@kaarsemaker.net" ,
9
9
url = "http://github.com/seveas/python-hpilo" ,
You can’t perform that action at this time.
0 commit comments