File tree Expand file tree Collapse file tree 7 files changed +8
-6
lines changed Expand file tree Collapse file tree 7 files changed +8
-6
lines changed Original file line number Diff line number Diff line change 1
1
[bumpversion]
2
- current_version = 0.6 .0
2
+ current_version = 0.7 .0
3
3
commit = True
4
4
tag = True
5
5
Original file line number Diff line number Diff line change @@ -91,7 +91,7 @@ libgunshotmatch-mpl
91
91
.. |language | image :: https://img.shields.io/github/languages/top/GunShotMatch/libgunshotmatch-mpl
92
92
:alt: GitHub top language
93
93
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
95
95
:target: https://github.com/GunShotMatch/libgunshotmatch-mpl/pulse
96
96
:alt: GitHub commits since tagged version
97
97
Original file line number Diff line number Diff line change @@ -97,7 +97,7 @@ libgunshotmatch-mpl
97
97
:alt: GitHub top language
98
98
99
99
.. |commits-since | github-shield ::
100
- :commits-since: v0.6 .0
100
+ :commits-since: v0.7 .0
101
101
:alt: GitHub commits since tagged version
102
102
103
103
.. |commits-latest | github-shield ::
Original file line number Diff line number Diff line change 29
29
__author__ : str = "Dominic Davis-Foster"
30
30
__copyright__ : str = "2023-2024 Dominic Davis-Foster"
31
31
__license__ : str = "MIT License"
32
- __version__ : str = "0.6 .0"
32
+ __version__ : str = "0.7 .0"
33
33
__email__ : str = "dominic@davis-foster.co.uk"
Original file line number Diff line number Diff line change @@ -309,6 +309,8 @@ def draw_combined_chromatogram(
309
309
310
310
* Moved to the :mod:`~.combined_chromatogram` module.
311
311
* Y-axis label now reflects ``use_median`` and ``use_peak_height`` options.
312
+
313
+ .. versionchanged:: 0.7.0 Added ``use_range`` keyword-only argument.
312
314
"""
313
315
314
316
# this package
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "whey"
4
4
5
5
[project ]
6
6
name = " libgunshotmatch-mpl"
7
- version = " 0.6 .0"
7
+ version = " 0.7 .0"
8
8
description = " Matplotlib intergration for GunShotMatch."
9
9
readme = " README.rst"
10
10
keywords = []
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ author: 'Dominic Davis-Foster'
6
6
email : ' dominic@davis-foster.co.uk'
7
7
username : " GunShotMatch"
8
8
assignee : " domdfcoding"
9
- version : ' 0.6 .0'
9
+ version : ' 0.7 .0'
10
10
license : ' MIT'
11
11
short_desc : ' Matplotlib intergration for GunShotMatch.'
12
12
You can’t perform that action at this time.
0 commit comments