[Checkins] SVN: Sandbox/gotcha/five.taskqueue/trunk/ Back to development: 0.2.2

Godefroid Chapelle cvs-admin at zope.org
Thu Oct 4 13:38:02 UTC 2012


Log message for revision 127921:
  Back to development: 0.2.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	2012-10-04 13:37:06 UTC (rev 127920)
+++ Sandbox/gotcha/five.taskqueue/trunk/docs/HISTORY.txt	2012-10-04 13:37:58 UTC (rev 127921)
@@ -1,6 +1,12 @@
 Changelog
 =========
 
+0.2.2 (unreleased)
+------------------
+
+- Nothing changed yet.
+
+
 0.2.1 (2012-10-04)
 ------------------
 

Modified: Sandbox/gotcha/five.taskqueue/trunk/setup.py
===================================================================
--- Sandbox/gotcha/five.taskqueue/trunk/setup.py	2012-10-04 13:37:06 UTC (rev 127920)
+++ Sandbox/gotcha/five.taskqueue/trunk/setup.py	2012-10-04 13:37:58 UTC (rev 127921)
@@ -1,7 +1,7 @@
 from setuptools import setup, find_packages
 import os
 
-version = '0.2.1'
+version = '0.2.2.dev0'
 
 setup(name='five.taskqueue',
       version=version,



More information about the checkins mailing list