From: Michael Tremer Date: Wed, 5 Oct 2011 23:55:55 +0000 (+0200) Subject: Bump version to 2.1.2. X-Git-Tag: v2.1.2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=9e291dcb58e042d2bddb26237ef89222ad92b629;p=oddments%2Ffireinfo.git Bump version to 2.1.2. --- diff --git a/fireinfo/__init__.py b/fireinfo/__init__.py index ab5a39b..d059b80 100644 --- a/fireinfo/__init__.py +++ b/fireinfo/__init__.py @@ -19,6 +19,6 @@ # # ############################################################################### -__version__ = "2.1.1" +__version__ = "2.1.2" from system import System diff --git a/setup.py b/setup.py index f13c3e9..657e0f2 100644 --- 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",