summaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorMichael DeHaan <mdehaan@redhat.com>2009-03-06 17:04:49 -0500
committerMichael DeHaan <mdehaan@redhat.com>2009-03-06 17:04:49 -0500
commit61db7baa541acc32b305ea6977a14ee8f5b3f470 (patch)
treeaad6445c02dc5b240b7a584f8fa6a3a4617bb235 /setup.py
parent39cd2b3745c79272938e9c501afd74a315c851ff (diff)
downloadcobbler-61db7baa541acc32b305ea6977a14ee8f5b3f470.tar.gz
cobbler-61db7baa541acc32b305ea6977a14ee8f5b3f470.tar.xz
cobbler-61db7baa541acc32b305ea6977a14ee8f5b3f470.zip
Bump development branch release numbers to 1.7
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 904732fb..d42d787c 100644
--- a/setup.py
+++ b/setup.py
@@ -9,7 +9,7 @@ import cobbler.sub_process as subprocess
import Cheetah.Template as Template
import time
-VERSION = "1.5.0"
+VERSION = "1.7.0"
SHORT_DESC = "Network Boot and Update Server"
LONG_DESC = """
Cobbler is a network install server. Cobbler supports PXE, virtualized installs, and reinstalling existing Linux machines. The last two modes use a helper tool, '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/DNS Management. Cobbler has a Python and XMLRPC API for integration with other applications. There is also a web interface.