[Checkins] SVN: Sandbox/gotcha/five.taskqueue/trunk/ Preparing release 0.2

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


Log message for revision 127915:
  Preparing release 0.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:27:17 UTC (rev 127914)
+++ Sandbox/gotcha/five.taskqueue/trunk/docs/HISTORY.txt	2012-10-04 13:27:52 UTC (rev 127915)
@@ -1,8 +1,8 @@
 Changelog
 =========
 
-0.1-alpha-4 (unreleased)
-------------------------
+0.2 (2012-10-04)
+----------------
 
 - Zope 2.13 support (no more 2.10 support)
 

Modified: Sandbox/gotcha/five.taskqueue/trunk/setup.py
===================================================================
--- Sandbox/gotcha/five.taskqueue/trunk/setup.py	2012-10-04 13:27:17 UTC (rev 127914)
+++ Sandbox/gotcha/five.taskqueue/trunk/setup.py	2012-10-04 13:27:52 UTC (rev 127915)
@@ -1,7 +1,7 @@
 from setuptools import setup, find_packages
 import os
 
-version = '0.1-alpha-4dev'
+version = '0.2'
 
 setup(name='five.taskqueue',
       version=version,



More information about the checkins mailing list