diff options
author | mdehaan@mdehaan.rdu.redhat.com <> | 2006-10-24 15:19:40 -0400 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2006-10-24 15:19:40 -0400 |
commit | b758332d03b5cd826a357f6f9ee162d76796c0de (patch) | |
tree | a261cdc2e9234aee296fb2dbdaa922916e29b80c | |
parent | 353dcd79b787677010aa9de1929c95d4e724faed (diff) | |
download | third_party-cobbler-b758332d03b5cd826a357f6f9ee162d76796c0de.tar.gz third_party-cobbler-b758332d03b5cd826a357f6f9ee162d76796c0de.tar.xz third_party-cobbler-b758332d03b5cd826a357f6f9ee162d76796c0de.zip |
Fix setup.py version
-rw-r--r-- | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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. |