summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/_templates/layout.html6
-rw-r--r--networkx/__init__.py2
2 files changed, 7 insertions, 1 deletions
diff --git a/doc/_templates/layout.html b/doc/_templates/layout.html
new file mode 100644
index 00000000..a9872a37
--- /dev/null
+++ b/doc/_templates/layout.html
@@ -0,0 +1,6 @@
+{% extends "!layout.html" %}
+
+{% block content %}
+ {% include "dev_banner.html" %}
+ {{ super() }}
+{% endblock %}
diff --git a/networkx/__init__.py b/networkx/__init__.py
index ecaedb5c..994e0872 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.6.2"
+__version__ = "2.7rc1.dev0"
def __getattr__(name):