From bee23f1545bcc46bd614c0cf4be2d503b6156158 Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Wed, 9 Mar 2011 01:13:22 +0100 Subject: [PATCH] Bump version to 0.9.2. --- pakfire/__init__.py | 2 +- pakfire/constants.py | 2 +- setup.py | 4 +++- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/pakfire/__init__.py b/pakfire/__init__.py index 8f7d1afd6..90cfdaac5 100644 --- a/pakfire/__init__.py +++ b/pakfire/__init__.py @@ -19,7 +19,7 @@ from constants import * from errors import BuildError, PakfireError from i18n import _ -__version__ = 0.1 +__version__ = PAKFIRE_VERSION class Pakfire(object): diff --git a/pakfire/constants.py b/pakfire/constants.py index 284b9812d..b77ac015e 100644 --- a/pakfire/constants.py +++ b/pakfire/constants.py @@ -2,7 +2,7 @@ import os.path -PAKFIRE_VERSION = "testing" +PAKFIRE_VERSION = "0.9.2" SYSCONFDIR = os.path.join(os.path.dirname(__file__), "..", "examples") if not os.path.exists(SYSCONFDIR): diff --git a/setup.py b/setup.py index 6ef49e57d..db0121ac0 100644 --- a/setup.py +++ b/setup.py @@ -3,9 +3,11 @@ from distutils.core import setup from DistUtilsExtra.command import * +from pakfire.constants import PAKFIRE_VERSION + setup( name = "pakfire", - version = "0.9.1", + version = PAKFIRE_VERSION, description = "Pakfire - Package manager for IPFire.", author = "IPFire.org Team", author_email = "info@ipfire.org", -- 2.39.5