summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJarrod Millman <jarrod.millman@gmail.com>2023-04-04 13:26:39 -0700
committerJarrod Millman <jarrod.millman@gmail.com>2023-04-04 13:26:39 -0700
commit67d210d23bb41c04f5241a89893e12dd3fda6131 (patch)
tree2bde80771eeab73e9091187df572793c91800880
parent9210d9c5bb9875caae0c7be2214abebfdd9255d2 (diff)
downloadnetworkx-67d210d23bb41c04f5241a89893e12dd3fda6131.tar.gz
Bump release version
-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 0c724c34..433f87cd 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__ = "3.1"
+__version__ = "3.2rc0.dev0"
# These are imported in order as listed