diff options
| author | grubert <grubert@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2021-04-09 20:55:10 +0000 |
|---|---|---|
| committer | grubert <grubert@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2021-04-09 20:55:10 +0000 |
| commit | e101320eb71d94b4a392bdb8349796cc9f1bc445 (patch) | |
| tree | f9252adf556a38d1a9b00ea6713f80405d763394 /sandbox | |
| parent | 075bb7c7371fa4245c8a272143fbdb12ed2dd26e (diff) | |
| download | docutils-e101320eb71d94b4a392bdb8349796cc9f1bc445.tar.gz | |
version 0.17.1b2.dev
git-svn-id: https://svn.code.sf.net/p/docutils/code/trunk@8688 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
Diffstat (limited to 'sandbox')
| -rw-r--r-- | sandbox/infrastructure/releasing-log.txt | 19 |
1 files changed, 17 insertions, 2 deletions
diff --git a/sandbox/infrastructure/releasing-log.txt b/sandbox/infrastructure/releasing-log.txt index 71ccc805d..779e135ae 100644 --- a/sandbox/infrastructure/releasing-log.txt +++ b/sandbox/infrastructure/releasing-log.txt @@ -31,8 +31,8 @@ Release 0.17 aftermath pinning to docutils 0.16 helped ... why ? -Release 0.17.1b (2021-04-09) -============================ +Release 0.17.1b1 (2021-04-09) +============================= * tox with 2.7 3.5, 3.6, 3.8, 3.9 @@ -102,7 +102,22 @@ Release 0.17.1b (2021-04-09) * New version 0.17.1b1.dev because pypi does not allow changing uploads. * Run tox and python3.10 test. * Commit new version number +* build sdist and universal wheel with py39. +* Install wheel from dist into venv py39. + + Test passes (embedding fails because images are missing). + +* Upload universal wheel and source to test.pypi. +* Install into py39 venv : This time install the --pre release + tests pass. + +* upload to pypi. +* test in py39 venv. Passed +* test in py39 venv with LC_ALL=C. Passed +* test in venv with recommonmark==0.4: fails . requires module html. +* notify docutils-develop and user and sphinx. +* New version 0.17.1b2.dev Release 0.17 (2021-04-03 ...) ============================= |
