Skip to content

Commit

Permalink
Toyplot version 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tshead committed Sep 23, 2024
1 parent 612b442 commit 52b615e
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions docs/release-notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,14 @@
Release Notes
=============

Toyplot 2.0.0 - September 23rd, 2024
------------------------------------

* Added support for Numpy 2 - thanks to @harmssm!
* Removed all animation-related functionality.
* Switched to modern Python packaging tools.
* Added Python 3.11 and 3.12 testing.

Toyplot 1.0.3 - October 12th, 2022
----------------------------------

Expand Down
2 changes: 1 addition & 1 deletion toyplot/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

from toyplot.canvas import Canvas

__version__ = "2.0.0-dev"
__version__ = "2.0.0"

log = logging.getLogger(__name__)
log.setLevel(logging.WARNING)
Expand Down

0 comments on commit 52b615e

Please sign in to comment.