summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgrubert <grubert@929543f6-e4f2-0310-98a6-ba3bd3dd1d04>2019-11-25 20:18:54 +0000
committergrubert <grubert@929543f6-e4f2-0310-98a6-ba3bd3dd1d04>2019-11-25 20:18:54 +0000
commit115addd8dcfc875a9fe60d9cd0cb93f3fefad556 (patch)
tree9fbc914044b25f1140b8d51d42e7bd6e1b4c71d4
parentc2f166aa6860528a4ff4701a40757c5a5185e654 (diff)
downloaddocutils-115addd8dcfc875a9fe60d9cd0cb93f3fefad556.tar.gz
note: pip install --pre
git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@8423 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
-rw-r--r--sandbox/infrastructure/releasing-log.txt37
1 files changed, 20 insertions, 17 deletions
diff --git a/sandbox/infrastructure/releasing-log.txt b/sandbox/infrastructure/releasing-log.txt
index 852a0dd33..1b2a0fd15 100644
--- a/sandbox/infrastructure/releasing-log.txt
+++ b/sandbox/infrastructure/releasing-log.txt
@@ -8,6 +8,26 @@ Releasing
Notes on what happend while releasing.
+Release 0.16 (2019-11-xx)
+=========================
+
+Universal wheel ::
+
+ set_version 0.16 beta ... or rc1
+ python3 setup.py sdist
+ python3 setup.py bdist_wheel --universal
+ python3 -m twine upload --repository-url https://test.pypi.org/legacy/ dist/*
+
+Test a beta ::
+
+ pip install --pre docutils
+
+
+Release 0.15 (2019-07-24)
+=========================
+
+branches/rel-0.15
+
CAUTION (2019-07-22)
====================
@@ -27,23 +47,6 @@ CAUTION (2019-07-22)
Maybe change the the version number in setup.py ?
-Release 0.16 (2019-11-xx)
-=========================
-
-Universal wheel ::
-
- set_version 0.16 beta ... or rc1
- python3 setup.py sdist
- python3 setup.py bdist_wheel --universal
- python3 -m twine upload --repository-url https://test.pypi.org/legacy/ dist/*
-
-
-
-Release 0.15 (2019-07-24)
-=========================
-
-branches/rel-0.15
-
Release 0.15.2 (2019-07-30)
===========================