summaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorMichael DeHaan <mdehaan@redhat.com>2007-02-20 13:22:57 -0500
committerJim Meyering <jim@meyering.net>2007-02-20 13:22:57 -0500
commit3182a24a00b3d348beda172e0440566363e2df39 (patch)
treecfdd7851d13ebca04d3b976a55cc77fc3f25eee7 /setup.py
parent526a2101d2e51b64a0959edbbba722a385483d3d (diff)
downloadthird_party-cobbler-3182a24a00b3d348beda172e0440566363e2df39.tar.gz
third_party-cobbler-3182a24a00b3d348beda172e0440566363e2df39.tar.xz
third_party-cobbler-3182a24a00b3d348beda172e0440566363e2df39.zip
Have to bump setup.py version also.
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 b0eb0be..8927e56 100644
--- a/setup.py
+++ b/setup.py
@@ -4,7 +4,7 @@ import sys
from distutils.core import setup, Extension
import string
-VERSION = "0.4.2"
+VERSION = "0.4.3"
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.