summaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorMichael DeHaan <mdehaan@redhat.com>2006-12-18 10:29:34 -0500
committerJim Meyering <jim@meyering.net>2006-12-18 10:29:34 -0500
commitff59786bd741576c5b3187c607d81bacbf219fef (patch)
tree8866f382710e6c3809be05f9258637fae29ffe5a /setup.py
parent0d2ac8ab2878f8125ee6529846eac0c1e862f795 (diff)
downloadthird_party-cobbler-ff59786bd741576c5b3187c607d81bacbf219fef.tar.gz
third_party-cobbler-ff59786bd741576c5b3187c607d81bacbf219fef.tar.xz
third_party-cobbler-ff59786bd741576c5b3187c607d81bacbf219fef.zip
distutils version++
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 3aa37af..cae540e 100644
--- a/setup.py
+++ b/setup.py
@@ -4,7 +4,7 @@ import sys
from distutils.core import setup, Extension
import string
-VERSION = "0.3.4"
+VERSION = "0.3.5"
SHORT_DESC = "Boot server configurator"
LONG_DESC = """
Cobbler is a command line tool for configuration of boot/provisioning servers. It is also accessible as a Python library. Cobbler supports PXE, provisioning virtualized ("virt") images, and reinstalling machines that are already up and running (over SSH). The last two modes require a helper tool called 'koan' that integrates with cobbler. Cobbler's advanced features include importing distributions from rsync mirrors, kickstart templating, and managing dhcpd.conf.