summaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorMichael DeHaan <mdehaan@redhat.com>2006-10-17 17:12:04 -0400
committerJim Meyering <jim@meyering.net>2006-10-17 17:12:04 -0400
commit77dbf67da82126d7aa8edbdb187a14914f4ee0ee (patch)
tree024b4a6341d709c45e097e435528e988651a5563 /setup.py
parent85502c7f1df16b3500a9b1acb866ad77e0bf7545 (diff)
downloadthird_party-cobbler-77dbf67da82126d7aa8edbdb187a14914f4ee0ee.tar.gz
third_party-cobbler-77dbf67da82126d7aa8edbdb187a14914f4ee0ee.tar.xz
third_party-cobbler-77dbf67da82126d7aa8edbdb187a14914f4ee0ee.zip
Working on removing the dependancy on pexpect
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index f71f78f..7ff0f1b 100644
--- a/setup.py
+++ b/setup.py
@@ -4,7 +4,7 @@ import sys
from distutils.core import setup, Extension
import string
-VERSION = "0.2.6"
+VERSION = "0.2.7"
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.