Skip to content

Commit

Permalink
Version 4.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
seveas committed Nov 19, 2020
1 parent 86fbe99 commit cabe511
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 5 deletions.
4 changes: 4 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
Version 4.4.2, 2020-11-19

* Python 3.9 compatibility fix

Version 4.4, 2020-10-06
Version 4.4.1, 2020-10-06

Expand Down
2 changes: 1 addition & 1 deletion devtools/python-hpilo.spec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Summary: Accessing HP iLO interfaces from python
Name: python-hpilo
Version: 4.4.1
Version: 4.4.2
Release: 1%{?dist}
Source0: http://pypi.python.org/packages/source/p/%{name}/%{name}-%{version}.tar.gz
License: GPL/APL
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.4.1'
version = '4.4.2'
# The full version, including alpha/beta/rc tags.
release = '4.4.1'
release = '4.4.2'

# 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-2020 Dennis Kaarsemaker <dennis@kaarsemaker.net>
# see COPYING for license details

__version__ = "4.4.1"
__version__ = "4.4.2"

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 setuptools import setup

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

0 comments on commit cabe511

Please sign in to comment.