[Repoze-checkins] r1091 - repoze.debug/trunk

Chris McDonough chrism at agendaless.com
Sat Jun 14 07:52:47 EDT 2008


Author: Chris McDonough <chrism at agendaless.com>
Date: Sat Jun 14 07:52:46 2008
New Revision: 1091

Log:
  - Add warning if content-length != body length.



Modified:
   repoze.debug/trunk/CHANGES.txt
   repoze.debug/trunk/setup.py

Modified: repoze.debug/trunk/CHANGES.txt
==============================================================================
--- repoze.debug/trunk/CHANGES.txt	(original)
+++ repoze.debug/trunk/CHANGES.txt	Sat Jun 14 07:52:46 2008
@@ -1,4 +1,4 @@
-Next release
+0.2 (2008/06/14)
 
   - Add warning if content-length != body length.
 

Modified: repoze.debug/trunk/setup.py
==============================================================================
--- repoze.debug/trunk/setup.py	(original)
+++ repoze.debug/trunk/setup.py	Sat Jun 14 07:52:46 2008
@@ -12,7 +12,7 @@
 #
 ##############################################################################
 
-__version__ = '0.1'
+__version__ = '0.2'
 
 import os
 


More information about the Repoze-checkins mailing list