From: Michael Tremer Date: Sun, 11 Mar 2012 13:44:59 +0000 (+0100) Subject: Bump version to 2.1.4. X-Git-Tag: v2.1.4 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3a31b295154827ecd83163980d8996e3e1290405;p=oddments%2Ffireinfo.git Bump version to 2.1.4. Updates URL to the new bugzilla. --- 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"]) ],