summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJarrod Millman <jarrod.millman@gmail.com>2021-07-26 19:11:56 -0700
committerJarrod Millman <jarrod.millman@gmail.com>2021-07-26 19:11:56 -0700
commit9900703ae1d061141ceb312b8344a282c2c8bda6 (patch)
tree31ae9100da8f924bd9a32c296ad1466970a2e419
parent63545764663fe15ead159945c235cb61a8be3ca8 (diff)
downloadnetworkx-9900703ae1d061141ceb312b8344a282c2c8bda6.tar.gz
Designate 2.6.2 releasenetworkx-2.6.2
-rw-r--r--doc/_templates/layout.html6
-rw-r--r--networkx/__init__.py2
2 files changed, 1 insertions, 7 deletions
diff --git a/doc/_templates/layout.html b/doc/_templates/layout.html
deleted file mode 100644
index a9872a37..00000000
--- a/doc/_templates/layout.html
+++ /dev/null
@@ -1,6 +0,0 @@
-{% extends "!layout.html" %}
-
-{% block content %}
- {% include "dev_banner.html" %}
- {{ super() }}
-{% endblock %}
diff --git a/networkx/__init__.py b/networkx/__init__.py
index 96bcf6d2..ecaedb5c 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.2.dev0"
+__version__ = "2.6.2"
def __getattr__(name):