Skip to content

Commit

Permalink
Switch to setuptools
Browse files Browse the repository at this point in the history
  • Loading branch information
seveas committed Oct 6, 2020
1 parent bd7896a commit 8880f69
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
1 change: 1 addition & 0 deletions CHANGES
@@ -1,4 +1,5 @@
Version 4.4, 2020-10-06
Version 4.4.1, 2020-10-06

* Support HPE fwpkg firmware packaging
* Bugfixes in delete_sso_server and get_generic_ldap_enabled
Expand Down
4 changes: 2 additions & 2 deletions docs/conf.py
Expand Up @@ -50,9 +50,9 @@
# built documents.
#
# The short X.Y version.
version = '4.4'
version = '4.4.1'
# The full version, including alpha/beta/rc tags.
release = '4.4'
release = '4.4.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
@@ -1,7 +1,7 @@
# (c) 2011-2020 Dennis Kaarsemaker <dennis@kaarsemaker.net>
# see COPYING for license details

__version__ = "4.4"
__version__ = "4.4.1"

import codecs
import io
Expand Down
4 changes: 2 additions & 2 deletions setup.py
@@ -1,9 +1,9 @@
#!/usr/bin/python

from distutils.core import setup
from setuptools import setup

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

0 comments on commit 8880f69

Please sign in to comment.