]> git.ipfire.org Git - oddments/fireinfo.git/commitdiff
Bump version to 2.1.5. v2.1.5
authorMichael Tremer <michael.tremer@ipfire.org>
Sat, 19 May 2012 09:17:48 +0000 (11:17 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Sat, 19 May 2012 09:17:48 +0000 (11:17 +0200)
fireinfo/__init__.py
setup.py

index b7c523d5ecaa6dfcfbb3c5afc50e8e757642e44d..32b7db89c0e26ac6da20e80b1b78d523de56213a 100644 (file)
@@ -19,6 +19,6 @@
 #                                                                             #
 ###############################################################################
 
-__version__ = "2.1.4"
+__version__ = "2.1.5"
 
 from system import System
index bf2a74815d5b728ddc4dfd8e66f2ca19080b1d63..7a421c63f49832394785e1ed7a6700b83d6a8bac 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -23,7 +23,7 @@ from distutils.core import setup, Extension
 
 setup(
        name = "fireinfo",
-       version = "2.1.4",
+       version = "2.1.5",
        description = "Hardware information gathering library.",
        license = "GPLv3",
        author = "IPFire.org Team",