Skip to content

Commit 52b615e

Browse files
committed
Toyplot version 2.0.0
1 parent 612b442 commit 52b615e

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

docs/release-notes.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,14 @@
77
Release Notes
88
=============
99

10+
Toyplot 2.0.0 - September 23rd, 2024
11+
------------------------------------
12+
13+
* Added support for Numpy 2 - thanks to @harmssm!
14+
* Removed all animation-related functionality.
15+
* Switched to modern Python packaging tools.
16+
* Added Python 3.11 and 3.12 testing.
17+
1018
Toyplot 1.0.3 - October 12th, 2022
1119
----------------------------------
1220

toyplot/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
from toyplot.canvas import Canvas
1616

17-
__version__ = "2.0.0-dev"
17+
__version__ = "2.0.0"
1818

1919
log = logging.getLogger(__name__)
2020
log.setLevel(logging.WARNING)

0 commit comments

Comments
 (0)