Skip to content

Commit 8caec92

Browse files
committed
Toyplot version 1.0.2
1 parent f03e90c commit 8caec92

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

docs/release-notes.rst

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

10+
Toyplot 1.0.2 - August 24th, 2022
11+
---------------------------------
12+
13+
* Replace deprecated Numpy calls for compatibility with Numpy 1.22 - thanks to @harmsm!
14+
1015
Toyplot 1.0.1 - Febrary 18th, 2022
1116
----------------------------------
1217

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.2-dev"
17+
__version__ = "1.0.2"
1818

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

0 commit comments

Comments
 (0)