Skip to content

Commit c9d7147

Browse files
Release v1.1.0
1 parent e81e998 commit c9d7147

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66

77
## Unreleased
88

9+
## [1.1.0] - 2024-08-27
10+
911
### Added
1012

1113
- LivePlot: Add `legend` shorthand function
@@ -25,4 +27,5 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
2527
- Unit tests for the Sketch class
2628

2729
[unreleased]: https://github.com/stephane-caron/matplotlive/compare/v1.0.0...HEAD
30+
[1.1.0]: https://github.com/stephane-caron/matplotlive/compare/v1.0.0...v1.1.0
2831
[1.0.0]: https://github.com/stephane-caron/matplotlive/releases/tag/v1.0.0

matplotlive/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
from .live_plot import LivePlot
1111
from .sketch import Sketch
1212

13-
__version__ = "1.0.0"
13+
__version__ = "1.1.0"
1414

1515
__all__ = [
1616
"MatplotliveError",

0 commit comments

Comments
 (0)