summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJarrod Millman <jarrod.millman@gmail.com>2022-08-22 06:33:18 -0700
committerJarrod Millman <jarrod.millman@gmail.com>2022-08-22 06:33:18 -0700
commit608d5e98b2bca16d333f80210e8a5a3d452ad5c1 (patch)
treed61258f77e850198553c4788edb201c94729e4a9
parentd35b6865f67c8505055a1b124ecc52db371ff23c (diff)
downloadnetworkx-608d5e98b2bca16d333f80210e8a5a3d452ad5c1.tar.gz
Designate 2.8.6 releasenetworkx-2.8.6
-rw-r--r--doc/_templates/layout.html2
-rw-r--r--networkx/__init__.py2
2 files changed, 1 insertions, 3 deletions
diff --git a/doc/_templates/layout.html b/doc/_templates/layout.html
deleted file mode 100644
index b4665f6c..00000000
--- a/doc/_templates/layout.html
+++ /dev/null
@@ -1,2 +0,0 @@
-{% extends "!layout.html" %} {% block content %} {% include "dev_banner.html" %}
-{{ super() }} {% endblock %}
diff --git a/networkx/__init__.py b/networkx/__init__.py
index 7a4aeebb..23b65026 100644
--- a/networkx/__init__.py
+++ b/networkx/__init__.py
@@ -8,7 +8,7 @@ structure, dynamics, and functions of complex networks.
See https://networkx.org for complete documentation.
"""
-__version__ = "2.8.6.dev0"
+__version__ = "2.8.6"
def __getattr__(name):