Skip to content

Commit

Permalink
Toyplot version 1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
tshead2 committed Oct 13, 2022
1 parent 6fb1f5a commit cb4c9ef
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions docs/release-notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@
Release Notes
=============

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

* Use matrix multiplication to transform text - thanks to @eaton-lab!
* Some experiments with computational-graph based layout.

Toyplot 1.0.2 - August 24th, 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__ = "1.0.3-dev"
__version__ = "1.0.3"

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

0 comments on commit cb4c9ef

Please sign in to comment.