[Checkins] SVN: Sandbox/gotcha/z3c.taskqueue/trunk/ Preparing release 0.1-alpha-3

Godefroid Chapelle gotcha at bubblenet.be
Fri Nov 19 06:04:23 EST 2010


Log message for revision 118484:
  Preparing release 0.1-alpha-3

Changed:
  U   Sandbox/gotcha/z3c.taskqueue/trunk/docs/HISTORY.txt
  U   Sandbox/gotcha/z3c.taskqueue/trunk/setup.py

-=-
Modified: Sandbox/gotcha/z3c.taskqueue/trunk/docs/HISTORY.txt
===================================================================
--- Sandbox/gotcha/z3c.taskqueue/trunk/docs/HISTORY.txt	2010-11-19 11:03:16 UTC (rev 118483)
+++ Sandbox/gotcha/z3c.taskqueue/trunk/docs/HISTORY.txt	2010-11-19 11:04:22 UTC (rev 118484)
@@ -1,7 +1,7 @@
 Changelog
 =========
 
-0.1-alpha-3 (unreleased)
+0.1-alpha-3 (2010-11-19)
 ------------------------
 
 - Fix : service.processNext would not reset CronJob runCount

Modified: Sandbox/gotcha/z3c.taskqueue/trunk/setup.py
===================================================================
--- Sandbox/gotcha/z3c.taskqueue/trunk/setup.py	2010-11-19 11:03:16 UTC (rev 118483)
+++ Sandbox/gotcha/z3c.taskqueue/trunk/setup.py	2010-11-19 11:04:22 UTC (rev 118484)
@@ -1,7 +1,7 @@
 from setuptools import setup, find_packages
 import os
 
-version = '0.1-alpha-3dev'
+version = '0.1-alpha-3'
 
 setup(name='z3c.taskqueue',
       version=version,



More information about the checkins mailing list