diff options
| author | grubert <grubert@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2020-01-12 15:17:12 +0000 |
|---|---|---|
| committer | grubert <grubert@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2020-01-12 15:17:12 +0000 |
| commit | 5dde222d6102d9da81e57da828706f351db48013 (patch) | |
| tree | edbd61d95c0936df7c582417e6678321da3e8f9b | |
| parent | 4e7fffc46ad0c1ee6e6a65d58f2f7bb76836e2f5 (diff) | |
| download | docutils-5dde222d6102d9da81e57da828706f351db48013.tar.gz | |
Changes since 0.16
git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@8457 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
| -rw-r--r-- | docutils/HISTORY.txt | 6 | ||||
| -rw-r--r-- | docutils/RELEASE-NOTES.txt | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/docutils/HISTORY.txt b/docutils/HISTORY.txt index c014daed2..b92d75adb 100644 --- a/docutils/HISTORY.txt +++ b/docutils/HISTORY.txt @@ -15,9 +15,13 @@ 2019-07-23 : Branch: branches/rel-0.15 created to investigate import problems: bugs#366 -Changes Since 0.15 +Changes Since 0.16 ================== + +Release 0.16 +============ + * General - Dropped support for Python 2.6, 3.3 and 3.4 diff --git a/docutils/RELEASE-NOTES.txt b/docutils/RELEASE-NOTES.txt index 6b1f187e4..7e4ef8635 100644 --- a/docutils/RELEASE-NOTES.txt +++ b/docutils/RELEASE-NOTES.txt @@ -80,8 +80,8 @@ Future changes .. _reference name: docs/ref/rst/restructuredtext.html#reference-names .. _identifier normalization: directives.html#identifier-normalization -Release 0.16b (2019-12-01) -========================== +Release 0.16 (2020-01-12) +========================= .. Note:: |
