summaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorMichael DeHaan <mdehaan@redhat.com>2007-11-08 14:27:25 -0500
committerMichael DeHaan <mdehaan@redhat.com>2007-11-08 14:27:25 -0500
commitc2b3ea427d16154ab3d824f1ce17a94fa0b96e52 (patch)
treee2f3a5344a6ada9f44996e9cb8f299c5ba01d1cb /setup.py
parent7832275479f495f1cf1d62f7edef5a88d705b809 (diff)
downloadthird_party-cobbler-c2b3ea427d16154ab3d824f1ce17a94fa0b96e52.tar.gz
third_party-cobbler-c2b3ea427d16154ab3d824f1ce17a94fa0b96e52.tar.xz
third_party-cobbler-c2b3ea427d16154ab3d824f1ce17a94fa0b96e52.zip
Release bump + start new changelogs.
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 a780c21..2ead832 100644
--- a/setup.py
+++ b/setup.py
@@ -4,7 +4,7 @@ import sys
from distutils.core import setup, Extension
import string
-VERSION = "0.6.3"
+VERSION = "0.6.4"
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.