Skip to content

Commit

Permalink
Designate 3.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
jarrodmillman committed Jan 7, 2023
1 parent 2522f1d commit 5899481
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
1 change: 1 addition & 0 deletions doc/release/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ period.
:maxdepth: 2

release_dev
release_3.0
release_2.8.8
release_2.8.7
release_2.8.6
Expand Down
10 changes: 5 additions & 5 deletions doc/release/release_dev.rst → doc/release/release_3.0.rst
Original file line number Diff line number Diff line change
@@ -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.

Expand All @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion networkx/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
See https://networkx.org for complete documentation.
"""

__version__ = "3.0rc2.dev0"
__version__ = "3.0"


# These are imported in order as listed
Expand Down

0 comments on commit 5899481

Please sign in to comment.