summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJarrod Millman <jarrod.millman@gmail.com>2022-11-11 13:12:05 -0800
committerJarrod Millman <jarrod.millman@gmail.com>2022-11-11 13:12:05 -0800
commit4e54a0dcb4e6957ab7193c81c44a212f27176118 (patch)
treeeb04dfef243b836340bcc88c28f715ff6cc86607
parent166ef9d360daffa64e9722a5186dd008125851b3 (diff)
downloadnetworkx-3.0rc1.tar.gz
Designate 3.0rc1 releasenetworkx-3.0rc1
-rw-r--r--doc/release/release_dev.rst2
-rw-r--r--networkx/__init__.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/release/release_dev.rst b/doc/release/release_dev.rst
index 4c72240e..735bd9d3 100644
--- a/doc/release/release_dev.rst
+++ b/doc/release/release_dev.rst
@@ -3,7 +3,7 @@ NetworkX 3.0 (unreleased)
Release date: TBD
-Supports Python ...
+Supports Python 3.8, 3.9, 3.10, and 3.11.
NetworkX is a Python package for the creation, manipulation, and study of the
structure, dynamics, and functions of complex networks.
diff --git a/networkx/__init__.py b/networkx/__init__.py
index 844962e0..7577f870 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.0b2.dev0"
+__version__ = "3.0rc1"
# These are imported in order as listed