File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 33To make a new release of pytest-mpl follow the following steps:
44
55* 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
67* Push the chanelog to master (via a PR)
78* Ensure the sdist and wheel GitHub Actions jobs succeeded on master after the merge of the changelog.
89* Tag the new release, using the format ` vX.Y.X ` .
Original file line number Diff line number Diff line change 11[metadata]
22license_file = LICENSE
33name = pytest-mpl
4- version = 0.11
4+ version = 0.12
55url = https://github.com/matplotlib/pytest-mpl
66author = Thomas Robitaille
77author_email = thomas.robitaille@gmail.com
@@ -49,4 +49,4 @@ max_line_length = 100
4949balanced_wrapping = True
5050length_sort = False
5151length_sort_sections = stdlib
52- line_length = 100
52+ line_length = 100
You can’t perform that action at this time.
0 commit comments