diff --git a/README.rst b/README.rst index dd347f6..f0ebe6c 100644 --- a/README.rst +++ b/README.rst @@ -43,16 +43,14 @@ algorithms. Heaps and BSTs (binary search trees) are also supported. Announcements ============= -* **Binarytree** version `4.0`_ is now out! * Please see the releases_ page for details on the latest updates. -.. _4.0: https://github.com/joowani/binarytree/releases/tag/4.0.0 .. _releases: https://github.com/joowani/binarytree/releases Requirements ============ -- Python 2.7, 3.4, 3.5 or 3.6. +- Python 2.7, 3.4, 3.5, 3.6 or 3.7. Installation ============ diff --git a/docs/index.rst b/docs/index.rst index 8647171..8b25bcc 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -11,7 +11,7 @@ algorithms. Heaps and BSTs (binary search trees) are also supported. Requirements ============ -- Python 2.7, 3.4, 3.5 or 3.6 +- Python 2.7, 3.4, 3.5, 3.6 or 3.7 Installation ============