Skip to content

Commit 8dabecc

Browse files
committed
Bump version v0.6.0 -> v0.7.0
1 parent cc6b0c2 commit 8dabecc

File tree

7 files changed

+8
-6
lines changed

7 files changed

+8
-6
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.6.0
2+
current_version = 0.7.0
33
commit = True
44
tag = True
55

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ libgunshotmatch-mpl
9191
.. |language| image:: https://img.shields.io/github/languages/top/GunShotMatch/libgunshotmatch-mpl
9292
:alt: GitHub top language
9393

94-
.. |commits-since| image:: https://img.shields.io/github/commits-since/GunShotMatch/libgunshotmatch-mpl/v0.6.0
94+
.. |commits-since| image:: https://img.shields.io/github/commits-since/GunShotMatch/libgunshotmatch-mpl/v0.7.0
9595
:target: https://github.com/GunShotMatch/libgunshotmatch-mpl/pulse
9696
:alt: GitHub commits since tagged version
9797

doc-source/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ libgunshotmatch-mpl
9797
:alt: GitHub top language
9898

9999
.. |commits-since| github-shield::
100-
:commits-since: v0.6.0
100+
:commits-since: v0.7.0
101101
:alt: GitHub commits since tagged version
102102

103103
.. |commits-latest| github-shield::

libgunshotmatch_mpl/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,5 +29,5 @@
2929
__author__: str = "Dominic Davis-Foster"
3030
__copyright__: str = "2023-2024 Dominic Davis-Foster"
3131
__license__: str = "MIT License"
32-
__version__: str = "0.6.0"
32+
__version__: str = "0.7.0"
3333
__email__: str = "dominic@davis-foster.co.uk"

libgunshotmatch_mpl/combined_chromatogram.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -309,6 +309,8 @@ def draw_combined_chromatogram(
309309
310310
* Moved to the :mod:`~.combined_chromatogram` module.
311311
* Y-axis label now reflects ``use_median`` and ``use_peak_height`` options.
312+
313+
.. versionchanged:: 0.7.0 Added ``use_range`` keyword-only argument.
312314
"""
313315

314316
# this package

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "whey"
44

55
[project]
66
name = "libgunshotmatch-mpl"
7-
version = "0.6.0"
7+
version = "0.7.0"
88
description = "Matplotlib intergration for GunShotMatch."
99
readme = "README.rst"
1010
keywords = []

repo_helper.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ author: 'Dominic Davis-Foster'
66
email: 'dominic@davis-foster.co.uk'
77
username: "GunShotMatch"
88
assignee: "domdfcoding"
9-
version: '0.6.0'
9+
version: '0.7.0'
1010
license: 'MIT'
1111
short_desc: 'Matplotlib intergration for GunShotMatch.'
1212

0 commit comments

Comments
 (0)