summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgrubert <grubert@929543f6-e4f2-0310-98a6-ba3bd3dd1d04>2020-01-12 14:47:26 +0000
committergrubert <grubert@929543f6-e4f2-0310-98a6-ba3bd3dd1d04>2020-01-12 14:47:26 +0000
commit99387bba531c96ae478b2a963f56969e2b4b756f (patch)
treeee3eeaeaabdbf2e4685d856e21ffc39ff7165d53
parent9e8c903e6bbb1ad946bb2db92d7fdf2f42f82cf3 (diff)
downloaddocutils-99387bba531c96ae478b2a963f56969e2b4b756f.tar.gz
release 0.16
git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@8455 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
-rw-r--r--web/index.txt15
1 files changed, 2 insertions, 13 deletions
diff --git a/web/index.txt b/web/index.txt
index bfd772119..8cc8ef5ed 100644
--- a/web/index.txt
+++ b/web/index.txt
@@ -13,17 +13,6 @@ what-you-see-is-what-you-get plaintext markup language.
----------------------------------------------------------------------
-.. Note::
-
- 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
========
@@ -57,8 +46,8 @@ The only **requirement** for running Docutils is Python_
* After subversion commit r8378 (thanks to Stephen Finucane) the code is compatible
with both Python 2 and Python 3.
-* 0.15 is the last to support Python 2.6, 3.3, and 3.4.
-* Docutil 0.14 dropped Python 2.4, 2.5, 3.1 and 3.2.
+* Docutils 0.16 dropped Python 2.6, 3.3, and 3.4 support.
+* Docutils 0.14 dropped Python 2.4, 2.5, 3.1 and 3.2 support.
* Docutils 0.10 dropped Python 2.3 support.
* From version 0.6, Docutils is compatible with Python 3 (see README_ for
details).