summaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorMichael DeHaan <mdehaan@redhat.com>2007-01-19 16:22:52 -0500
committerJim Meyering <jim@meyering.net>2007-01-19 16:22:52 -0500
commit75079e632af2dcf6dc9dfa986355e4ba7f0a628b (patch)
tree2036aa3fed149a9052dcfbf92a27d84d9aabc269 /setup.py
parent9041aa8c578fa744fac2933b4935965ec0f9cbb0 (diff)
downloadthird_party-cobbler-75079e632af2dcf6dc9dfa986355e4ba7f0a628b.tar.gz
third_party-cobbler-75079e632af2dcf6dc9dfa986355e4ba7f0a628b.tar.xz
third_party-cobbler-75079e632af2dcf6dc9dfa986355e4ba7f0a628b.zip
Preparation for next release (when ready)
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 5851bb7..6f2b0a2 100644
--- a/setup.py
+++ b/setup.py
@@ -4,7 +4,7 @@ import sys
from distutils.core import setup, Extension
import string
-VERSION = "0.3.6"
+VERSION = "0.3.7"
SHORT_DESC = "Boot and update server configurator"
LONG_DESC = """
Cobbler is a command line tool for configuration of boot/provisioning, and update servers which is also accessible as a Python library. Cobbler supports PXE, provisioning virtualized 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, integrated yum mirroring (and linking repository setup with kickstarts), plus managing dhcpd.conf.