File tree 2 files changed +3
-2
lines changed
2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 3
3
To make a new release of pytest-mpl follow the following steps:
4
4
5
5
* Update the chanelog with the date of the release, and ensure that all relevant PRs have changelog entries.
6
+ * Update the version number in setup.cfg
6
7
* Push the chanelog to master (via a PR)
7
8
* Ensure the sdist and wheel GitHub Actions jobs succeeded on master after the merge of the changelog.
8
9
* Tag the new release, using the format ` vX.Y.X ` .
Original file line number Diff line number Diff line change 1
1
[metadata]
2
2
license_file = LICENSE
3
3
name = pytest-mpl
4
- version = 0.11
4
+ version = 0.12
5
5
url = https://github.com/matplotlib/pytest-mpl
6
6
author = Thomas Robitaille
7
7
@@ -49,4 +49,4 @@ max_line_length = 100
49
49
balanced_wrapping = True
50
50
length_sort = False
51
51
length_sort_sections = stdlib
52
- line_length = 100
52
+ line_length = 100
You can’t perform that action at this time.
0 commit comments