diff options
| author | grubert <grubert@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2019-12-04 19:27:04 +0000 |
|---|---|---|
| committer | grubert <grubert@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2019-12-04 19:27:04 +0000 |
| commit | ea3ba80cb3a17a9ca2c6ed7f0a64cb9f36f24bb8 (patch) | |
| tree | 0252f3219dd25e82e7eeee3882bfa851a51f4048 | |
| parent | a353fa67dae2c29ea9f2a1a55fbd3d452ff5544b (diff) | |
| download | docutils-ea3ba80cb3a17a9ca2c6ed7f0a64cb9f36f24bb8.tar.gz | |
release 0.16b0
git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@8434 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
| -rw-r--r-- | sandbox/infrastructure/releasing-log.txt | 33 |
1 files changed, 32 insertions, 1 deletions
diff --git a/sandbox/infrastructure/releasing-log.txt b/sandbox/infrastructure/releasing-log.txt index bf89469c8..7a8a35d45 100644 --- a/sandbox/infrastructure/releasing-log.txt +++ b/sandbox/infrastructure/releasing-log.txt @@ -60,8 +60,39 @@ Test in venv :: cp -r ~/projects/docutils-code/docutils/test . python test/alltests.py -40 failures ... some cached pip thing ? +Seven CSS-path failures ... ignored for now. +Now upload to pypi:: + + python3 -m twine upload dist/docutils-0.16b0.* + +and test:: + + python3 -m venv du3 ; cd du3 + export PYTHONPATH= ; . bin/activate + + pip install --no-deps docutils + # 0.15.2 + pip uninstall docutils + pip install --no-deps --pre docutils + # 0.16b0 + cp -r ~/projects/docutils-code/docutils/test . + python test/alltests.py + # css paths fail + + virtualenv du2 ; cd du2 + export PYTHONPATH= ; . bin/activate + + pip install --no-deps docutils + # 0.15.2 + pip uninstall docutils + pip install --no-deps --pre docutils + # 0.16b0 + cp -r ~/projects/docutils-code/docutils/test . + python test/alltests.py + # css paths fail + +Notify to docutils-developer and user. Release 0.15 (2019-07-24) ========================= |
