Skip to content

Commit

Permalink
Toyplot version 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tshead2 committed Feb 18, 2022
1 parent 06aa536 commit 30c0755
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
9 changes: 8 additions & 1 deletion docs/release-notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,14 @@
Release Notes
=============

Toyplot 1.0.0 - January 6th, 2021
Toyplot 1.0.1 - Febrary 18th, 2022
----------------------------------

* Officially compatible with Python 3.10.
* Corrected usage of deprecated collections API - thanks to @StuntsPT!
* Began exploring Graphcat - https://graphcat.readthedocs.io - as the basis for future Toyplot versions.

Toyplot 1.0.0 - January 6th, 2022
---------------------------------

* First stable release of the Toyplot API!
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.0-dev"
__version__ = "1.0.1"

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

0 comments on commit 30c0755

Please sign in to comment.