From 2292f94f2687d34b551c0c0294df6d17989b70db Mon Sep 17 00:00:00 2001 From: Jeff Forcier Date: Mon, 16 Jan 2023 19:54:07 -0500 Subject: Punt a bunch of backwards incompatible TODOs to 4.0 --- tasks.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tasks.py') diff --git a/tasks.py b/tasks.py index ae408059..9d2903c8 100644 --- a/tasks.py +++ b/tasks.py @@ -97,7 +97,7 @@ def guard(ctx, opts=""): # Until we stop bundling docs w/ releases. Need to discover use cases first. # TODO: would be nice to tie this into our own version of build() too, but # still have publish() use that build()...really need to try out classes! -# TODO 3.0: I'd like to just axe the 'built docs in sdist', none of my other +# TODO 4.0: I'd like to just axe the 'built docs in sdist', none of my other # projects do it. @task def publish_( -- cgit v1.2.1