summaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorMichael DeHaan <mdehaan@mdehaan.rdu.redhat.com>2007-04-10 18:29:18 -0400
committerMichael DeHaan <mdehaan@mdehaan.rdu.redhat.com>2007-04-10 18:29:18 -0400
commit2e89faaf2853741579ed176baa761021311853a3 (patch)
tree9e06fb6eaf47c6bf3b0364c9886421fa0b2ccfa2 /setup.py
parent28ebf5f306b0f60b7113d602c58e44acdc131ebc (diff)
downloadthird_party-cobbler-2e89faaf2853741579ed176baa761021311853a3.tar.gz
third_party-cobbler-2e89faaf2853741579ed176baa761021311853a3.tar.xz
third_party-cobbler-2e89faaf2853741579ed176baa761021311853a3.zip
Bump release number.
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 cf6dae7..b949cd6 100644
--- a/setup.py
+++ b/setup.py
@@ -4,7 +4,7 @@ import sys
from distutils.core import setup, Extension
import string
-VERSION = "0.4.6"
+VERSION = "0.4.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.