[Checkins] SVN: Sandbox/gotcha/five.taskqueue/trunk/ Preparing	release 0.1-alpha-2
    Godefroid Chapelle 
    gotcha at bubblenet.be
       
    Tue Oct 19 10:14:06 EDT 2010
    
    
  
Log message for revision 117768:
  Preparing release 0.1-alpha-2
Changed:
  U   Sandbox/gotcha/five.taskqueue/trunk/docs/HISTORY.txt
  U   Sandbox/gotcha/five.taskqueue/trunk/setup.py
-=-
Modified: Sandbox/gotcha/five.taskqueue/trunk/docs/HISTORY.txt
===================================================================
--- Sandbox/gotcha/five.taskqueue/trunk/docs/HISTORY.txt	2010-10-19 14:10:50 UTC (rev 117767)
+++ Sandbox/gotcha/five.taskqueue/trunk/docs/HISTORY.txt	2010-10-19 14:14:05 UTC (rev 117768)
@@ -1,12 +1,14 @@
 Changelog
 =========
 
-0.1-alpha-2 (unreleased)
+0.1-alpha-2 (2010-10-19)
 ------------------------
 
-- Nothing changed yet.
+- Z2PublisherMixin was not used.
 
+- Update after removal of use of _p_jar in z3c.taskqueue.
 
+
 0.1-alpha-1 (2010-09-27)
 ------------------------
 
Modified: Sandbox/gotcha/five.taskqueue/trunk/setup.py
===================================================================
--- Sandbox/gotcha/five.taskqueue/trunk/setup.py	2010-10-19 14:10:50 UTC (rev 117767)
+++ Sandbox/gotcha/five.taskqueue/trunk/setup.py	2010-10-19 14:14:05 UTC (rev 117768)
@@ -1,7 +1,7 @@
 from setuptools import setup, find_packages
 import os
 
-version = '0.1-alpha-2dev'
+version = '0.1-alpha-2'
 
 setup(name='five.taskqueue',
       version=version,
    
    
More information about the checkins
mailing list