[Checkins] SVN: Sandbox/gotcha/z3c.taskqueue/trunk/ Back to development: 0.2.1

Godefroid Chapelle cvs-admin at zope.org
Mon Nov 12 16:01:28 UTC 2012


Log message for revision 128249:
  Back to development: 0.2.1

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	2012-11-12 15:59:29 UTC (rev 128248)
+++ Sandbox/gotcha/z3c.taskqueue/trunk/docs/HISTORY.txt	2012-11-12 16:01:28 UTC (rev 128249)
@@ -1,6 +1,12 @@
 Changelog
 =========
 
+0.2.1 (unreleased)
+------------------
+
+- Nothing changed yet.
+
+
 0.2.0 (2012-11-12)
 ------------------
 

Modified: Sandbox/gotcha/z3c.taskqueue/trunk/setup.py
===================================================================
--- Sandbox/gotcha/z3c.taskqueue/trunk/setup.py	2012-11-12 15:59:29 UTC (rev 128248)
+++ Sandbox/gotcha/z3c.taskqueue/trunk/setup.py	2012-11-12 16:01:28 UTC (rev 128249)
@@ -1,7 +1,7 @@
 from setuptools import setup, find_packages
 import os
 
-version = '0.2.0'
+version = '0.2.1.dev0'
 
 setup(name='z3c.taskqueue',
       version=version,



More information about the checkins mailing list