From: Michael Tremer Date: Sat, 19 May 2012 09:17:48 +0000 (+0200) Subject: Bump version to 2.1.5. X-Git-Tag: v2.1.5 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d0f9d204da3854b8e082782a80bd3cff5c094aca;p=oddments%2Ffireinfo.git Bump version to 2.1.5. --- diff --git a/fireinfo/__init__.py b/fireinfo/__init__.py index b7c523d..32b7db8 100644 --- a/fireinfo/__init__.py +++ b/fireinfo/__init__.py @@ -19,6 +19,6 @@ # # ############################################################################### -__version__ = "2.1.4" +__version__ = "2.1.5" from system import System diff --git a/setup.py b/setup.py index bf2a748..7a421c6 100644 --- 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",