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

Godefroid Chapelle cvs-admin at zope.org
Mon Nov 12 11:15:18 UTC 2012


Log message for revision 128242:
  Back to development: 0.2.3

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-11-12 11:14:14 UTC (rev 128241)
+++ Sandbox/gotcha/five.taskqueue/trunk/docs/HISTORY.txt	2012-11-12 11:15:18 UTC (rev 128242)
@@ -1,6 +1,12 @@
 Changelog
 =========
 
+0.2.3 (unreleased)
+------------------
+
+- Nothing changed yet.
+
+
 0.2.2 (2012-11-12)
 ------------------
 

Modified: Sandbox/gotcha/five.taskqueue/trunk/setup.py
===================================================================
--- Sandbox/gotcha/five.taskqueue/trunk/setup.py	2012-11-12 11:14:14 UTC (rev 128241)
+++ Sandbox/gotcha/five.taskqueue/trunk/setup.py	2012-11-12 11:15:18 UTC (rev 128242)
@@ -1,7 +1,7 @@
 from setuptools import setup, find_packages
 import os
 
-version = '0.2.2'
+version = '0.2.3.dev0'
 
 setup(name='five.taskqueue',
       version=version,



More information about the checkins mailing list