[Repoze-checkins] r775 - repoze.trac/trunk

Chris McDonough chrism at agendaless.com
Wed Mar 5 22:00:30 UTC 2008


Author: Chris McDonough <chrism at agendaless.com>
Date: Wed Mar  5 17:00:30 2008
New Revision: 775

Log:
0.4

 - Added egg-info directory to ignores (rocky)

 - dispatch kw args now get submitted to trac's wsgi handling with 'trac.'
   appended, this means now instead of 'path' you need to use 'env_path'
   (rocky)



Modified:
   repoze.trac/trunk/setup.py

Modified: repoze.trac/trunk/setup.py
==============================================================================
--- repoze.trac/trunk/setup.py	(original)
+++ repoze.trac/trunk/setup.py	Wed Mar  5 17:00:30 2008
@@ -12,7 +12,7 @@
 #
 ##############################################################################
 
-__version__ = '0.3'
+__version__ = '0.4'
 
 import os
 


More information about the Repoze-checkins mailing list