summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormdehaan@mdehaan.rdu.redhat.com <>2006-10-24 15:19:40 -0400
committerJim Meyering <jim@meyering.net>2006-10-24 15:19:40 -0400
commitb758332d03b5cd826a357f6f9ee162d76796c0de (patch)
treea261cdc2e9234aee296fb2dbdaa922916e29b80c
parent353dcd79b787677010aa9de1929c95d4e724faed (diff)
downloadthird_party-cobbler-b758332d03b5cd826a357f6f9ee162d76796c0de.tar.gz
third_party-cobbler-b758332d03b5cd826a357f6f9ee162d76796c0de.tar.xz
third_party-cobbler-b758332d03b5cd826a357f6f9ee162d76796c0de.zip
Fix setup.py version
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 2b060f9..b499d31 100644
--- a/setup.py
+++ b/setup.py
@@ -4,7 +4,7 @@ import sys
from distutils.core import setup, Extension
import string
-VERSION = "0.2.8"
+VERSION = "0.2.9"
SHORT_DESC = "Boot server configurator"
LONG_DESC = """
Cobbler is a command line tool for simplified configuration of boot/provisioning servers. It is also accessible as a Python library. Cobbler supports PXE, Xen, and re-provisioning an existing Linux system via auto-kickstart. The last two modes require 'koan' to be run on the remote system.