[svn r38799] bumping version to 0.9.0 (trying :)
--HG-- branch : trunk
This commit is contained in:
		
							parent
							
								
									1fd940c579
								
							
						
					
					
						commit
						a158e35229
					
				|  | @ -1,16 +1,16 @@ | ||||||
| """ | """ | ||||||
| the py lib is a development support library featuring |     the py lib is a development support library featuring | ||||||
| py.test, an interactive testing tool which supports |     py.test, ad-hoc distributed execution, micro-threads | ||||||
| unit-testing with practically no boilerplate. |     and svn abstractions.  | ||||||
| """ | """ | ||||||
| from initpkg import initpkg | from initpkg import initpkg | ||||||
| 
 | 
 | ||||||
| version = "0.9.0-beta" | version = "0.9.0" | ||||||
| 
 | 
 | ||||||
| initpkg(__name__, | initpkg(__name__, | ||||||
|     description = "py lib: agile development and test support library", |     description = "py lib: agile development and test support library", | ||||||
|     revision = int('$LastChangedRevision: 38747 $'.split(':')[1][:-1]), |     revision = int('$LastChangedRevision: 38799 $'.split(':')[1][:-1]), | ||||||
|     lastchangedate = '$LastChangedDate: 2007-02-13 20:21:53 +0100 (Tue, 13 Feb 2007) $', |     lastchangedate = '$LastChangedDate: 2007-02-14 12:10:40 +0100 (Wed, 14 Feb 2007) $', | ||||||
|     version = version,  |     version = version,  | ||||||
|     url = "http://codespeak.net/py", |     url = "http://codespeak.net/py", | ||||||
|     download_url = "http://codespeak.net/download/py/py-%s.tar.gz" %(version,),  |     download_url = "http://codespeak.net/download/py/py-%s.tar.gz" %(version,),  | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue