From: Mike C. F. <mcf...@us...> - 2010-03-30 15:51:02
|
Update of /cvsroot/pydispatcher/pydispatch/pydispatch In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv31339/pydispatch Modified Files: __init__.py Log Message: Bump version, as 2.0.1 was already released! Index: __init__.py =================================================================== RCS file: /cvsroot/pydispatcher/pydispatch/pydispatch/__init__.py,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** __init__.py 30 Mar 2010 15:45:55 -0000 1.1 --- __init__.py 30 Mar 2010 15:50:52 -0000 1.2 *************** *** 1,5 **** """Multi-consumer multi-producer dispatching mechanism """ ! __version__ = "2.0.1" __author__ = "Patrick K. O'Brien" __license__ = "BSD-style, see license.txt for details" --- 1,5 ---- """Multi-consumer multi-producer dispatching mechanism """ ! __version__ = "2.0.2" __author__ = "Patrick K. O'Brien" __license__ = "BSD-style, see license.txt for details" |