Skip to content

Commit 40c3855

Browse files
committed
New release, let's call it 0.5
1 parent e7401ed commit 40c3855

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,4 @@ docs/_build
33
build
44
dist
55
MANIFEST
6+
hp

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,9 @@
4848
# built documents.
4949
#
5050
# The short X.Y version.
51-
version = '0.2'
51+
version = '0.5'
5252
# The full version, including alpha/beta/rc tags.
53-
release = '0.2'
53+
release = '0.5'
5454

5555
# The language for content autogenerated by Sphinx. Refer to documentation
5656
# for a list of supported languages.

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@
33
from distutils.core import setup
44

55
setup(name = "python-hpilo",
6-
version = "0.2",
6+
version = "0.5",
77
author = "Dennis Kaarsemaker",
88
author_email = "[email protected]",
99
url = "http://github.com/seveas/python-hpilo",
1010
description = "Accessing HP iLO interfaces from python",
1111
py_modules = ["hpilo"],
1212
scripts = ["hpilo_cli"],
1313
classifiers = [
14-
'Development Status :: 3 - Alpha',
14+
'Development Status :: 4 - Beta',
1515
'Intended Audience :: Developers',
1616
'Intended Audience :: System Administrators',
1717
'License :: OSI Approved :: GNU General Public License (GPL)',

0 commit comments

Comments
 (0)