summaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorMichael DeHaan <mdehaan@redhat.com>2007-03-02 11:07:10 -0500
committerJim Meyering <jim@meyering.net>2007-03-02 11:07:10 -0500
commit5b5941705cdbd4ea574615dbeb1efd8e72d29426 (patch)
tree1ae97ca81b2587304a67dc24b8d7530aca32d439 /setup.py
parent1147af6e871147995285cf2b28ae126173cc51bc (diff)
downloadthird_party-cobbler-5b5941705cdbd4ea574615dbeb1efd8e72d29426.tar.gz
third_party-cobbler-5b5941705cdbd4ea574615dbeb1efd8e72d29426.tar.xz
third_party-cobbler-5b5941705cdbd4ea574615dbeb1efd8e72d29426.zip
Version 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 8927e56..f42a7a9 100644
--- a/setup.py
+++ b/setup.py
@@ -4,7 +4,7 @@ import sys
from distutils.core import setup, Extension
import string
-VERSION = "0.4.3"
+VERSION = "0.4.4"
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.