summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJarrod Millman <jarrod.millman@gmail.com>2021-07-08 13:22:48 -0700
committerJarrod Millman <jarrod.millman@gmail.com>2021-07-08 13:22:48 -0700
commita22cdffe1d7bdae525113772a05cf7b34a132043 (patch)
tree903a0e6e166ca1347ac416f7fd3f0047392f8ca2
parent5d57c095466c742c216f4143ac66abe01367728e (diff)
downloadnetworkx-a22cdffe1d7bdae525113772a05cf7b34a132043.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 5f580d48..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.1"
+__version__ = "2.7rc1.dev0"
def __getattr__(name):