]> git.ipfire.org Git - oddments/fireinfo.git/commitdiff
Bump version to 2.1.4. v2.1.4
authorMichael Tremer <michael.tremer@ipfire.org>
Sun, 11 Mar 2012 13:44:59 +0000 (14:44 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Sun, 11 Mar 2012 13:44:59 +0000 (14:44 +0100)
Updates URL to the new bugzilla.

fireinfo/__init__.py
setup.py

index 89bea8484c06357b007dd55c6f8c75299deda4f8..b7c523d5ecaa6dfcfbb3c5afc50e8e757642e44d 100644 (file)
@@ -19,6 +19,6 @@
 #                                                                             #
 ###############################################################################
 
-__version__ = "2.1.3"
+__version__ = "2.1.4"
 
 from system import System
index f1060a3f21f673f8e1bf9177fbc4606b05c27a18..bf2a74815d5b728ddc4dfd8e66f2ca19080b1d63 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -23,12 +23,12 @@ from distutils.core import setup, Extension
 
 setup(
        name = "fireinfo",
-       version = "2.1.3",
+       version = "2.1.4",
        description = "Hardware information gathering library.",
        license = "GPLv3",
        author = "IPFire.org Team",
        author_email = "info@ipfire.org",
-       url = "http://redmine.ipfire.org/projects/fireinfo",
+       url = "https://bugzilla.ipfire.org/describecomponents.cgi?product=Fireinfo",
        ext_modules = [
                Extension("_fireinfo", ["src/fireinfo.c"])
        ],