Skip to content

Commit

Permalink
Version 4.4.3, and it's 2021
Browse files Browse the repository at this point in the history
  • Loading branch information
seveas committed Jan 16, 2021
1 parent 6af945a commit 5881ffa
Show file tree
Hide file tree
Showing 9 changed files with 14 additions and 10 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.3, 2021-01-16

* Fixes compatibility with OpenSSL v1.1.0+

Version 4.4.2, 2020-11-19

* Python 3.9 compatibility fix
Expand Down
2 changes: 1 addition & 1 deletion COPYING
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
python-hpilo - Manage iLO interfaces from python code
Copyright (C) 2011-2020 Dennis Kaarsemaker <dennis@kaarsemaker.net>
Copyright (C) 2011-2021 Dennis Kaarsemaker <dennis@kaarsemaker.net>

This program is free software: you can redistribute it and/or modify
it under the terms of (at your option) either the Apache License,
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ machine you run this code on, not the managed server.

Author and license
------------------
This software is (c) 2011-2020 Dennis Kaarsemaker <dennis@kaarsemaker.net>
This software is (c) 2011-2021 Dennis Kaarsemaker <dennis@kaarsemaker.net>

This program is free software: you can redistribute it and/or modify it under
the terms of the GNU General Public License as published by the Free Software
Expand Down
2 changes: 1 addition & 1 deletion devtools/hpilo_mirror
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# Mirror the iLO firmware directory and create firmware.conf for the hpilo
# repository. Not meant to be used by end users.
#
# (c) 2011-2020 Dennis Kaarsemaker <dennis@kaarsemaker.net>
# (c) 2011-2021 Dennis Kaarsemaker <dennis@kaarsemaker.net>
# see COPYING for license details

import configparser
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.2
Version: 4.4.3
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.2'
version = '4.4.3'
# The full version, including alpha/beta/rc tags.
release = '4.4.2'
release = '4.4.3'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ Development information

Author and license
==================
This software is (c) 2011-2020 Dennis Kaarsemaker <dennis@kaarsemaker.net>
This software is (c) 2011-2021 Dennis Kaarsemaker <dennis@kaarsemaker.net>

This program is free software: you can redistribute it and/or modify it under
the terms of the GNU General Public License as published by the Free Software
Expand Down
4 changes: 2 additions & 2 deletions hpilo.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# (c) 2011-2020 Dennis Kaarsemaker <dennis@kaarsemaker.net>
# (c) 2011-2021 Dennis Kaarsemaker <dennis@kaarsemaker.net>
# see COPYING for license details

__version__ = "4.4.2"
__version__ = "4.4.3"

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.2",
version = "4.4.3",
author = "Dennis Kaarsemaker",
author_email = "dennis@kaarsemaker.net",
url = "http://github.com/seveas/python-hpilo",
Expand Down

0 comments on commit 5881ffa

Please sign in to comment.