summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJarrod Millman <jarrod.millman@gmail.com>2021-07-08 13:09:38 -0700
committerJarrod Millman <jarrod.millman@gmail.com>2021-07-08 13:12:52 -0700
commit5d57c095466c742c216f4143ac66abe01367728e (patch)
tree662f22cb57612bd495a0488f523fabfeba77cc9a
parent57bc67a81e8b279e69875d07585952bc947722ee (diff)
downloadnetworkx-5d57c095466c742c216f4143ac66abe01367728e.tar.gz
Designate 2.6.1 releasenetworkx-2.6.1
-rw-r--r--MANIFEST.in1
-rw-r--r--doc/_templates/layout.html6
-rw-r--r--doc/release/release_2.6.rst2
-rw-r--r--networkx/__init__.py2
4 files changed, 2 insertions, 9 deletions
diff --git a/MANIFEST.in b/MANIFEST.in
index 34d558c7..a52de689 100644
--- a/MANIFEST.in
+++ b/MANIFEST.in
@@ -7,6 +7,7 @@ include README.rst
recursive-include examples *.txt *.py *.edgelist *.mbox *.gz *.bz2 *.zip *.html *.js *.css
recursive-include doc *.py *.rst Makefile *.html *.png *.txt *.css *.inc *.js
+recursive-include requirements *.txt *.md
include networkx/tests/*.py
include networkx/*/tests/*.txt
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/doc/release/release_2.6.rst b/doc/release/release_2.6.rst
index 1a33ebce..7cffac5c 100644
--- a/doc/release/release_2.6.rst
+++ b/doc/release/release_2.6.rst
@@ -264,8 +264,6 @@ Deprecations
Merged PRs
----------
-- Designate 2.5 release
-- Remove dev banner
- Bump release version
- Update release process
- Update website doc
diff --git a/networkx/__init__.py b/networkx/__init__.py
index 994e0872..5f580d48 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.7rc1.dev0"
+__version__ = "2.6.1"
def __getattr__(name):