summaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorMichael DeHaan <mdehaan@redhat.com>2007-11-15 16:31:20 -0500
committerMichael DeHaan <mdehaan@redhat.com>2007-11-15 16:31:20 -0500
commit24c9c45bf4b2bb8d69d5d2eb683fa55517d82444 (patch)
tree1819b2890ba21efbbc7a4fd54d7b6bcc82a3a965 /setup.py
parentee7627a81137e56cde1b195438e7136d35aa966d (diff)
downloadthird_party-cobbler-24c9c45bf4b2bb8d69d5d2eb683fa55517d82444.tar.gz
third_party-cobbler-24c9c45bf4b2bb8d69d5d2eb683fa55517d82444.tar.xz
third_party-cobbler-24c9c45bf4b2bb8d69d5d2eb683fa55517d82444.zip
Fix bug related to hash evaluation, bump release for testing branch
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 2ead832..04ba3ec 100644
--- a/setup.py
+++ b/setup.py
@@ -4,7 +4,7 @@ import sys
from distutils.core import setup, Extension
import string
-VERSION = "0.6.4"
+VERSION = "0.7.0"
SHORT_DESC = "Network Boot and Update Server"
LONG_DESC = """
Cobbler is a network boot and update server. Cobbler supports PXE, provisioning virtualized images, and reinstalling existing Linux machines. The last two modes require a helper tool called 'koan' that integrates with cobbler. Cobbler's advanced features include importing distributions from DVDs and rsync mirrors, kickstart templating, integrated yum mirroring, and built-in DHCP Management. Cobbler has a Python API for integration with other GPL systems management applications.