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

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


Log message for revision 127919:
  Preparing release 0.2.1

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:36:31 UTC (rev 127918)
+++ Sandbox/gotcha/five.taskqueue/trunk/docs/HISTORY.txt	2012-10-04 13:36:47 UTC (rev 127919)
@@ -1,7 +1,7 @@
 Changelog
 =========
 
-0.2.1 (unreleased)
+0.2.1 (2012-10-04)
 ------------------
 
 - Add `MANIFEST.in` to fix 0.2 broken release.

Modified: Sandbox/gotcha/five.taskqueue/trunk/setup.py
===================================================================
--- Sandbox/gotcha/five.taskqueue/trunk/setup.py	2012-10-04 13:36:31 UTC (rev 127918)
+++ Sandbox/gotcha/five.taskqueue/trunk/setup.py	2012-10-04 13:36:47 UTC (rev 127919)
@@ -1,7 +1,7 @@
 from setuptools import setup, find_packages
 import os
 
-version = '0.2.1.dev0'
+version = '0.2.1'
 
 setup(name='five.taskqueue',
       version=version,



More information about the checkins mailing list