Hey Guys, Thanks for rooting out some of the "incubator" artifacts. Has there been anything other than aesthetic stuff? I'm wondering if the below would mean that I should roll another RC.
Thanks, Paul On Jan 19, 2011, at 11:20 AM, <[email protected]> <[email protected]> wrote: > Author: kelly > Date: Wed Jan 19 19:20:14 2011 > New Revision: 1060914 > > URL: http://svn.apache.org/viewvc?rev=1060914&view=rev > Log: > Remove "incubating" suffix from version. Replace project URL with top-level > OODT instead of incubator-hosted OODT. > > Modified: > oodt/trunk/agility/setup.py > > Modified: oodt/trunk/agility/setup.py > URL: > http://svn.apache.org/viewvc/oodt/trunk/agility/setup.py?rev=1060914&r1=1060913&r2=1060914&view=diff > ============================================================================== > --- oodt/trunk/agility/setup.py (original) > +++ oodt/trunk/agility/setup.py Wed Jan 19 19:20:14 2011 > @@ -25,9 +25,9 @@ from setuptools import find_packages, se > # ------------ > > _name = 'oodt' > -_version = '0.2-incubating' > +_version = '0.2' > _description = 'Agile OODT' > -_url = 'http://incubator.apache.org/projects/oodt.html' > +_url = 'http://oodt.apache.org/' > _downloadURL = 'http://pypi.python.org/pypi/oodt/' > _author = 'Sean Kelly' > _authorEmail = '[email protected]' > >
