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

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


Log message for revision 128240:
  Preparing release 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-11-12 11:12:49 UTC (rev 128239)
+++ Sandbox/gotcha/five.taskqueue/trunk/docs/HISTORY.txt	2012-11-12 11:13:58 UTC (rev 128240)
@@ -1,10 +1,10 @@
 Changelog
 =========
 
-0.2.2 (unreleased)
+0.2.2 (2012-11-12)
 ------------------
 
-- Nothing changed yet.
+- Fix `MANIFEST.in` of 0.2.1 broken release.
 
 
 0.2.1 (2012-10-04)

Modified: Sandbox/gotcha/five.taskqueue/trunk/setup.py
===================================================================
--- Sandbox/gotcha/five.taskqueue/trunk/setup.py	2012-11-12 11:12:49 UTC (rev 128239)
+++ Sandbox/gotcha/five.taskqueue/trunk/setup.py	2012-11-12 11:13:58 UTC (rev 128240)
@@ -1,7 +1,7 @@
 from setuptools import setup, find_packages
 import os
 
-version = '0.2.2.dev0'
+version = '0.2.2'
 
 setup(name='five.taskqueue',
       version=version,



More information about the checkins mailing list