summaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorMichael DeHaan <mdehaan@redhat.com>2006-09-22 17:23:44 -0400
committerJim Meyering <jim@meyering.net>2006-09-22 17:23:44 -0400
commit72ac64f54b290a7367994c8652b6926717284e80 (patch)
treeffeb9f95341f7a70f12c32ba5551b40f4752b9c8 /setup.py
parent1f8dadc3a3aded03dab038a66f5edfe7bee43ec9 (diff)
downloadthird_party-cobbler-72ac64f54b290a7367994c8652b6926717284e80.tar.gz
third_party-cobbler-72ac64f54b290a7367994c8652b6926717284e80.tar.xz
third_party-cobbler-72ac64f54b290a7367994c8652b6926717284e80.zip
Adding CHANGELOG (not checked in earlier), bumping version for
new dhcp.conf release which is a pretty big feature (still needs testing so no public release yet).
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 d0b06a1..4f333bc 100644
--- a/setup.py
+++ b/setup.py
@@ -4,7 +4,7 @@ import sys
from distutils.core import setup, Extension
import string
-VERSION = "0.1.1"
+VERSION = "0.2.0"
SHORT_DESC = "Boot server configurator"
LONG_DESC = """
Cobbler is a command line tool for simplified configuration of boot/provisioning servers. It is also accessible as a Python library. Cobbler supports PXE, Xen, and re-provisioning an existing Linux system via auto-kickstart. The last two modes require 'koan' to be run on the remote system.