summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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):