From 79ab3858ef919b04041da1e9913eff43fbf33408 Mon Sep 17 00:00:00 2001 From: Bill Nottingham Date: Dec 18 2009 15:18:32 +0000 Subject: 0.5.11 --- diff --git a/mash.py b/mash.py index 669143b..671ed7b 100755 --- a/mash.py +++ b/mash.py @@ -23,7 +23,7 @@ import mash.config def main(): usage = "usage: %prog [options] " - parser = OptionParser(usage, version='%prog 0.5.10') + parser = OptionParser(usage, version='%prog 0.5.11') parser.add_option("-o","--outputdir",default="", dest="outputdir", help="output directory") parser.add_option("-c","--config", default="/etc/mash/mash.conf", dest="config", diff --git a/mash.spec b/mash.spec index bb984a4..61a85c7 100644 --- a/mash.spec +++ b/mash.spec @@ -1,7 +1,7 @@ %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} Name: mash -Version: 0.5.10 +Version: 0.5.11 Release: 1%{?dist} Summary: Koji buildsystem to yum repository converter Group: Development/Tools diff --git a/setup.py b/setup.py index 9e08ff5..d4697c1 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ from distutils.core import setup import glob setup(name='mash', - version='0.5.10', + version='0.5.11', description='Build system -> repository tool', author='Bill Nottingham', author_email='notting@redhat.com',