]> git.ipfire.org Git - oddments/fireinfo.git/commitdiff
Bump version to 2.1.2. v2.1.2
authorMichael Tremer <michael.tremer@ipfire.org>
Wed, 5 Oct 2011 23:55:55 +0000 (01:55 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Wed, 5 Oct 2011 23:55:55 +0000 (01:55 +0200)
fireinfo/__init__.py
setup.py

index ab5a39b012254aa536feb807ee3b1715315c8535..d059b80271f78bcf2583c18ac49121e1a75ef2bc 100644 (file)
@@ -19,6 +19,6 @@
 #                                                                             #
 ###############################################################################
 
-__version__ = "2.1.1"
+__version__ = "2.1.2"
 
 from system import System
index f13c3e99a79993c7e16d078341fc11b7e871df9d..657e0f2c845f5b4b3a0e1f4d45314d7cc7ef9f3e 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -23,7 +23,7 @@ from distutils.core import setup, Extension
 
 setup(
        name = "fireinfo",
-       version = "2.1.1",
+       version = "2.1.2",
        description = "Hardware information gathering library.",
        license = "GPLv3",
        author = "IPFire.org Team",