summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/release/index.rst1
-rw-r--r--doc/release/release_3.0.rst (renamed from doc/release/release_dev.rst)10
-rw-r--r--networkx/__init__.py2
3 files changed, 7 insertions, 6 deletions
diff --git a/doc/release/index.rst b/doc/release/index.rst
index 7ab33c98..200207d9 100644
--- a/doc/release/index.rst
+++ b/doc/release/index.rst
@@ -15,6 +15,7 @@ period.
:maxdepth: 2
release_dev
+ release_3.0
release_2.8.8
release_2.8.7
release_2.8.6
diff --git a/doc/release/release_dev.rst b/doc/release/release_3.0.rst
index 1b2f6c00..e6e2f87d 100644
--- a/doc/release/release_dev.rst
+++ b/doc/release/release_3.0.rst
@@ -1,7 +1,7 @@
-NetworkX 3.0 (unreleased)
-=========================
+NetworkX 3.0
+============
-Release date: TBD
+Release date: 7 January 2023
Supports Python 3.8, 3.9, 3.10, and 3.11.
@@ -16,8 +16,8 @@ Please send comments and questions to the `networkx-discuss mailing list
Highlights
----------
-This release is the result of 8 months of work with over 217 pull requests by
-37 contributors. We also have a `guide for people moving from NetworkX 2.X
+This release is the result of 8 months of work with over 180 changes by
+41 contributors. We also have a `guide for people moving from NetworkX 2.X
to NetworkX 3.0 <https://networkx.org/documentation/latest/release/migration_guide_from_2.x_to_3.0.html>`_. Highlights include:
- Better syncing between G._succ and G._adj for directed G.
diff --git a/networkx/__init__.py b/networkx/__init__.py
index 66cda42c..fc7ed9d0 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.0rc2.dev0"
+__version__ = "3.0"
# These are imported in order as listed