summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJarrod Millman <jarrod.millman@gmail.com>2022-11-01 13:54:52 -0700
committerJarrod Millman <jarrod.millman@gmail.com>2022-11-01 13:54:52 -0700
commit61c3a2e9a75698a1abd0cac96c3ced792d04a1ae (patch)
tree62a7efc9f83d19cae7c36462b578599b4e8a3534
parent9256ef670730b741105a9264197353004bd6719f (diff)
downloadnetworkx-v2.8.tar.gz
Bump release versionv2.8
-rw-r--r--doc/_templates/layout.html2
-rw-r--r--networkx/__init__.py2
2 files changed, 3 insertions, 1 deletions
diff --git a/doc/_templates/layout.html b/doc/_templates/layout.html
new file mode 100644
index 00000000..b4665f6c
--- /dev/null
+++ b/doc/_templates/layout.html
@@ -0,0 +1,2 @@
+{% extends "!layout.html" %} {% block content %} {% include "dev_banner.html" %}
+{{ super() }} {% endblock %}
diff --git a/networkx/__init__.py b/networkx/__init__.py
index d49e31e9..bb77e06d 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.8"
+__version__ = "2.8.9.dev0"
def __getattr__(name):