From 018254a907934201ba7cef3ad4c9da0b9ae522fb Mon Sep 17 00:00:00 2001 From: holger krekel Date: Sun, 3 Jan 2010 14:33:10 +0100 Subject: [PATCH] update issues, version numbers --HG-- branch : trunk --- ISSUES.txt | 13 ------------- py/apipkg.py | 2 +- 2 files changed, 1 insertion(+), 14 deletions(-) diff --git a/ISSUES.txt b/ISSUES.txt index 0ddbbfcac..62b110b67 100644 --- a/ISSUES.txt +++ b/ISSUES.txt @@ -78,19 +78,6 @@ but a remote one fail because the tests directory does not contain an "__init__.py". Either give an error or make it work without the __init__.py -introduce a "RootCollector" ----------------------------------------------------------------- -tags: feature 1.2 - -Currently the top collector is a Directory node and -there also is the notion of a "topdir". See to refine -internal handling such that there is a RootCollector -which holds this topdir (or do away with topdirs?). -Make sure this leads to an improvement in how -tests are shown in hudson which currently sometimes -shows "workspace" and sometimes not as the leading -name. - deprecate ensuretemp / introduce funcargs to setup method -------------------------------------------------------------- tags: experimental-wish 1.2 diff --git a/py/apipkg.py b/py/apipkg.py index b4d81342b..97b611a5e 100644 --- a/py/apipkg.py +++ b/py/apipkg.py @@ -8,7 +8,7 @@ see http://pypi.python.org/pypi/apipkg import sys from types import ModuleType -__version__ = "1.0b3" +__version__ = "1.0b4" def initpkg(pkgname, exportdefs): """ initialize given package from the export definitions. """