Skip to content

Commit 4e70c59

Browse files
committed
Bump ver
1 parent 3cade36 commit 4e70c59

File tree

4 files changed

+7
-4
lines changed

4 files changed

+7
-4
lines changed

.bumper.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[tool.bumper]
2-
current_version = "1.0.1"
2+
current_version = "1.1.0"
33

44
[[tool.bumper.files]]
55
file = "./pyproject.toml"

CHANGELOG.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,13 @@
11
# Changelog
22
Versions follow [Semantic Versioning](https://semver.org/spec/v2.0.0.html) (`<major>`.`<minor>`.`<patch>`)
33

4+
## [v1.1.0]
5+
### Changed
6+
* #9 Dragging is now inhibited while another widget has the canvas locked (e.g. zooming/panning)
7+
48
## [v1.0.1]
59
### Fixed
610
* #8 Fix snapping error when plotting timedelta-based axis data
711

8-
912
## [v1.0.0]
1013
Initial release - yay!

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# 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/)
33
[![PyPI](https://img.shields.io/pypi/v/matplotlib-window?logo=Python&logoColor=FFD43B)](https://pypi.org/project/matplotlib-window/)
44
[![PyPI - License](https://img.shields.io/pypi/l/matplotlib-window?color=magenta)](https://github.com/sco1/matplotlib-window/blob/main/LICENSE)
55
[![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)

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "matplotlib-window"
3-
version = "1.0.1"
3+
version = "1.1.0"
44
description = "Draggable data windowing for matplotlib plots"
55
authors = [
66
{name = "sco1", email = "[email protected]"}

0 commit comments

Comments
 (0)