summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJarrod Millman <jarrod.millman@gmail.com>2021-07-08 11:11:43 -0700
committerJarrod Millman <jarrod.millman@gmail.com>2021-07-08 11:11:43 -0700
commit57bc67a81e8b279e69875d07585952bc947722ee (patch)
tree78310d767fbf7b3b49c77997b1763000193c95ae
parent9b259e4d31526c4651484c9a43d15aa4f7e92a41 (diff)
downloadnetworkx-57bc67a81e8b279e69875d07585952bc947722ee.tar.gz
Bump release version
-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 a3ea4036..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"
+__version__ = "2.7rc1.dev0"
def __getattr__(name):