diff options
| author | grubert <grubert@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2019-12-27 13:40:26 +0000 |
|---|---|---|
| committer | grubert <grubert@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2019-12-27 13:40:26 +0000 |
| commit | 9c6e9ef9c550f623498ba4016e1a0bfc18aa0459 (patch) | |
| tree | bb026ed7b9332ed2cfdf51dd1aff5e1b2b3f6beb /web | |
| parent | 4bdd562fc0a0eaf6178bd60b1e567ef71f30057e (diff) | |
| download | docutils-9c6e9ef9c550f623498ba4016e1a0bfc18aa0459.tar.gz | |
note on 0.16rc1
git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@8447 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
Diffstat (limited to 'web')
| -rw-r--r-- | web/index.txt | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/web/index.txt b/web/index.txt index 2cec4809d..6a2b2a1c5 100644 --- a/web/index.txt +++ b/web/index.txt @@ -13,6 +13,21 @@ what-you-see-is-what-you-get plaintext markup language. ---------------------------------------------------------------------- +.. Note:: + + Currently **frozen** + ==================== + + Release 0.16 on the way, 0.16rc1 on pypi. + + If you would like to try, install :: + + python3 -m venv testrc1 + cd testrc1 + source bin/activate + pip install --pre --no-deps docutils + + Overview ======== |
