summaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorMichael DeHaan <mdehaan@redhat.com>2007-12-14 17:49:32 -0500
committerMichael DeHaan <mdehaan@redhat.com>2007-12-14 17:49:32 -0500
commit8e1b4b1ab5ed6aabbbec2d984f4979474b5ddb90 (patch)
tree9ae1a89f28779864b0c0f71bff4753bfe12e4cf2 /setup.py
parent18c1a0337b325d8ccd725d59456d1dfbb439d057 (diff)
downloadthird_party-cobbler-8e1b4b1ab5ed6aabbbec2d984f4979474b5ddb90.tar.gz
third_party-cobbler-8e1b4b1ab5ed6aabbbec2d984f4979474b5ddb90.tar.xz
third_party-cobbler-8e1b4b1ab5ed6aabbbec2d984f4979474b5ddb90.zip
Release bump since testing release was yesterday
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 75b06f0..eb2a23d 100644
--- a/setup.py
+++ b/setup.py
@@ -4,7 +4,7 @@ import sys
from distutils.core import setup, Extension
import string
-VERSION = "0.7.0"
+VERSION = "0.7.1"
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.