Skip to content

Commit 8880f69

Browse files
committed
Switch to setuptools
1 parent bd7896a commit 8880f69

File tree

4 files changed

+6
-5
lines changed

4 files changed

+6
-5
lines changed

CHANGES

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
Version 4.4, 2020-10-06
2+
Version 4.4.1, 2020-10-06
23

34
* Support HPE fwpkg firmware packaging
45
* Bugfixes in delete_sso_server and get_generic_ldap_enabled

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'
53+
version = '4.4.1'
5454
# The full version, including alpha/beta/rc tags.
55-
release = '4.4'
55+
release = '4.4.1'
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"
4+
__version__ = "4.4.1"
55

66
import codecs
77
import io

setup.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
#!/usr/bin/python
22

3-
from distutils.core import setup
3+
from setuptools import setup
44

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

0 commit comments

Comments
 (0)