File tree 4 files changed +7
-4
lines changed
4 files changed +7
-4
lines changed Original file line number Diff line number Diff line change 1
1
[tool .bumper ]
2
- current_version = " 1.0.1 "
2
+ current_version = " 1.1.0 "
3
3
4
4
[[tool .bumper .files ]]
5
5
file = " ./pyproject.toml"
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
Versions follow [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) (` <major> ` .` <minor> ` .` <patch> ` )
3
3
4
+ ## [ v1.1.0]
5
+ ### Changed
6
+ * #9 Dragging is now inhibited while another widget has the canvas locked (e.g. zooming/panning)
7
+
4
8
## [ v1.0.1]
5
9
### Fixed
6
10
* #8 Fix snapping error when plotting timedelta-based axis data
7
11
8
-
9
12
## [ v1.0.0]
10
13
Initial release - yay!
Original file line number Diff line number Diff line change 1
1
# matplotlib-window
2
- [ ![ PyPI - Python Version] ( https://img.shields.io/pypi/pyversions/matplotlib-window/1.0.1 ?logo=python&logoColor=FFD43B )] ( https://pypi.org/project/matplotlib-window/ )
2
+ [ ![ PyPI - Python Version] ( https://img.shields.io/pypi/pyversions/matplotlib-window/1.1.0 ?logo=python&logoColor=FFD43B )] ( https://pypi.org/project/matplotlib-window/ )
3
3
[ ![ PyPI] ( https://img.shields.io/pypi/v/matplotlib-window?logo=Python&logoColor=FFD43B )] ( https://pypi.org/project/matplotlib-window/ )
4
4
[ ![ PyPI - License] ( https://img.shields.io/pypi/l/matplotlib-window?color=magenta )] ( https://github.com/sco1/matplotlib-window/blob/main/LICENSE )
5
5
[ ![ pre-commit.ci status] ( https://results.pre-commit.ci/badge/github/sco1/matplotlib-window/main.svg )] ( https://results.pre-commit.ci/latest/github/sco1/matplotlib-window/main )
Original file line number Diff line number Diff line change 1
1
[project ]
2
2
name = " matplotlib-window"
3
- version = " 1.0.1 "
3
+ version = " 1.1.0 "
4
4
description = " Draggable data windowing for matplotlib plots"
5
5
authors = [
6
6
{
name =
" sco1" ,
email =
" [email protected] " }
You can’t perform that action at this time.
0 commit comments