Skip to content

Commit 30c0755

Browse files
committed
Toyplot version 1.0.1
1 parent 06aa536 commit 30c0755

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

docs/release-notes.rst

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

10-
Toyplot 1.0.0 - January 6th, 2021
10+
Toyplot 1.0.1 - Febrary 18th, 2022
11+
----------------------------------
12+
13+
* Officially compatible with Python 3.10.
14+
* Corrected usage of deprecated collections API - thanks to @StuntsPT!
15+
* Began exploring Graphcat - https://graphcat.readthedocs.io - as the basis for future Toyplot versions.
16+
17+
Toyplot 1.0.0 - January 6th, 2022
1118
---------------------------------
1219

1320
* First stable release of the Toyplot API!

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__ = "1.0.0-dev"
17+
__version__ = "1.0.1"
1818

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

0 commit comments

Comments
 (0)