summaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorMichael DeHaan <mdehaan@mdehaan.rdu.redhat.com>2007-04-26 18:03:23 -0400
committerMichael DeHaan <mdehaan@mdehaan.rdu.redhat.com>2007-04-26 18:03:23 -0400
commite28fc906e89f31e05a08598a307e1a32d139938b (patch)
treee60a880ee257c3fa855c5de0fb1b7199aa48b69c /setup.py
parent3cb5e3e7cb6326bfc023e0de7a0cc12743ecb802 (diff)
downloadthird_party-cobbler-e28fc906e89f31e05a08598a307e1a32d139938b.tar.gz
third_party-cobbler-e28fc906e89f31e05a08598a307e1a32d139938b.tar.xz
third_party-cobbler-e28fc906e89f31e05a08598a307e1a32d139938b.zip
Release bump + changelog
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 9c685bd..7bc519c 100644
--- a/setup.py
+++ b/setup.py
@@ -4,7 +4,7 @@ import sys
from distutils.core import setup, Extension
import string
-VERSION = "0.4.7"
+VERSION = "0.4.8"
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.