1
0
mirror of https://github.com/openSUSE/osc.git synced 2025-08-20 05:28:53 +02:00

- bump version (0.7)

- initial support for local builds (subcommand 'build')
This commit is contained in:
Dr. Peter Poeml
2006-07-14 17:39:46 +00:00
parent d6af7d2f85
commit 20a13e7b3b
8 changed files with 632 additions and 5 deletions

View File

@@ -3,7 +3,7 @@
from distutils.core import setup
setup(name='osc',
version='0.6',
version='0.7',
description='opensuse commander',
author='Peter Poeml',
author_email='poeml@suse.de',