From 0b2f9be58e07d01227d883f21db4a5af36181ff1 Mon Sep 17 00:00:00 2001 From: Michael DeHaan Date: Tue, 10 Jun 2008 17:31:27 -0400 Subject: Fix typo in replicate code, bump versions in case we want to do another maint release. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index dc087d7..680f22c 100644 --- a/setup.py +++ b/setup.py @@ -4,7 +4,7 @@ import sys from distutils.core import setup, Extension import string -VERSION = "1.0.2" +VERSION = "1.0.3" SHORT_DESC = "Network Boot and Update Server" LONG_DESC = """ Cobbler is a network boot and update server. Cobbler supports PXE, provisioning virtualized images, and reinstalling existing Linux machines. The last two modes require a helper tool called 'koan' that integrates with cobbler. Cobbler's advanced features include importing distributions from DVDs and rsync mirrors, kickstart templating, integrated yum mirroring, and built-in DHCP/DNS Management. Cobbler also has a Python and XMLRPC API for integration with other applications. -- cgit