summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJarrod Millman <jarrod.millman@gmail.com>2022-07-18 09:33:44 -0700
committerJarrod Millman <jarrod.millman@gmail.com>2022-07-18 11:36:27 -0700
commit14364149a1ea01bf789256f43e21ff03e47cbc60 (patch)
treeb59310b84464df0b28a3901cbb4a191eed21dde9
parentb894696b32edec7581c67b327648ef330dfa24a4 (diff)
downloadnetworkx-14364149a1ea01bf789256f43e21ff03e47cbc60.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..45f314b7
--- /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 d37d0bde..2ed7793d 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.4"
+__version__ = "2.8.5.dev0"
def __getattr__(name):