Skip to content

Commit cb4c9ef

Browse files
committed
Toyplot version 1.0.3
1 parent 6fb1f5a commit cb4c9ef

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

docs/release-notes.rst

+6
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@
77
Release Notes
88
=============
99

10+
Toyplot 1.0.3 - October 12th, 2022
11+
----------------------------------
12+
13+
* Use matrix multiplication to transform text - thanks to @eaton-lab!
14+
* Some experiments with computational-graph based layout.
15+
1016
Toyplot 1.0.2 - August 24th, 2022
1117
---------------------------------
1218

toyplot/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
from toyplot.canvas import Canvas
1616

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

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

0 commit comments

Comments
 (0)