summaryrefslogtreecommitdiff
path: root/docutils/README.txt
diff options
context:
space:
mode:
authorgrubert <grubert@929543f6-e4f2-0310-98a6-ba3bd3dd1d04>2022-07-05 20:43:08 +0000
committergrubert <grubert@929543f6-e4f2-0310-98a6-ba3bd3dd1d04>2022-07-05 20:43:08 +0000
commit1affffe9c17b461f7d5b59a56c1a0f9dd0318f75 (patch)
tree372b51b0bc41696cc789f75a08209ac1f2cf5320 /docutils/README.txt
parent0cd4208597fab3340a37cb172f45015b1111e409 (diff)
downloaddocutils-1affffe9c17b461f7d5b59a56c1a0f9dd0318f75.tar.gz
version 0.19.1b.dev
git-svn-id: https://svn.code.sf.net/p/docutils/code/trunk@9105 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
Diffstat (limited to 'docutils/README.txt')
-rw-r--r--docutils/README.txt8
1 files changed, 4 insertions, 4 deletions
diff --git a/docutils/README.txt b/docutils/README.txt
index 87b519a9d..095cb0a66 100644
--- a/docutils/README.txt
+++ b/docutils/README.txt
@@ -1,6 +1,6 @@
-=======================
- README: Docutils 0.19
-=======================
+==============================
+ README: Docutils 0.19.1b.dev
+==============================
:Author: David Goodger
:Contact: goodger@python.org
@@ -71,7 +71,7 @@ Dependencies
To run the code, Python_ must be installed.
(Python is pre-installed with most Linux distributions.)
-* Docutils 0.19 requires Python 3.7 or later.
+* Docutils 0.19.1b.dev requires Python 3.7 or later.
* Docutils 0.16 to 0.18 require Python 2.7 or 3.5+.
* Docutils 0.14 dropped Python 2.4, 2.5, 3.1 and 3.2 support.