[Buildbot-commits] buildbot/buildbot __init__.py,1.15,1.16

Brian Warner warner at users.sourceforge.net
Tue May 24 18:57:51 UTC 2005


Update of /cvsroot/buildbot/buildbot/buildbot
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24023/buildbot

Modified Files:
	__init__.py 
Log Message:
Revision: arch at buildbot.sf.net--2004/buildbot--dev--0--patch-223
Creator:  Brian Warner <warner at monolith.lothar.com>

handle old Change instances without exploding

	* buildbot/changes/changes.py (Change.branch): doh! Add a
	class-level attribute to accomodate old Change instances that were
	pickled before 0.6.5 (where .branch was added for new Changes).
	This fixes the exception that occurs when you try to look at an
	old Change (through asHTML).

	* buildbot/__init__.py (version): bump to 0.6.6+ while between
	releases


Index: __init__.py
===================================================================
RCS file: /cvsroot/buildbot/buildbot/buildbot/__init__.py,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -d -r1.15 -r1.16
--- __init__.py	23 May 2005 23:27:43 -0000	1.15
+++ __init__.py	24 May 2005 18:57:49 -0000	1.16
@@ -1,3 +1,3 @@
 #! /usr/bin/python
 
-version = "0.6.6"
+version = "0.6.6+"





More information about the Commits mailing list