From 3a31b295154827ecd83163980d8996e3e1290405 Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Sun, 11 Mar 2012 14:44:59 +0100 Subject: [PATCH] Bump version to 2.1.4. Updates URL to the new bugzilla. --- fireinfo/__init__.py | 2 +- setup.py | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/fireinfo/__init__.py b/fireinfo/__init__.py index 89bea84..b7c523d 100644 --- a/fireinfo/__init__.py +++ b/fireinfo/__init__.py @@ -19,6 +19,6 @@ # # ############################################################################### -__version__ = "2.1.3" +__version__ = "2.1.4" from system import System diff --git a/setup.py b/setup.py index f1060a3..bf2a748 100644 --- 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"]) ], -- 2.47.3