summaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorMichael DeHaan <mdehaan@redhat.com>2006-09-28 17:46:38 -0400
committerJim Meyering <jim@meyering.net>2006-09-28 17:46:38 -0400
commit810c7e39285c17803cfdad2909b4bec79762055c (patch)
tree7951ca4a97abfd53cdb70e571fe6334ce3d63a72 /setup.py
parent16f02908736ff0b89accb25be50d66deadb4cd62 (diff)
downloadthird_party-cobbler-810c7e39285c17803cfdad2909b4bec79762055c.tar.gz
third_party-cobbler-810c7e39285c17803cfdad2909b4bec79762055c.tar.xz
third_party-cobbler-810c7e39285c17803cfdad2909b4bec79762055c.zip
- Interim checkin while working on "enchant" feature
- Fixed changelogs to include user/email
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 9469385..4209e43 100644
--- a/setup.py
+++ b/setup.py
@@ -4,7 +4,7 @@ import sys
from distutils.core import setup, Extension
import string
-VERSION = "0.2.0"
+VERSION = "0.2.1"
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.