Skip to content

Commit 01c5ec3

Browse files
committed
Bump version number for 0.12
1 parent c6dd446 commit 01c5ec3

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

RELEASING.md

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
To 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`.

setup.cfg

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[metadata]
22
license_file = LICENSE
33
name = pytest-mpl
4-
version = 0.11
4+
version = 0.12
55
url = https://github.com/matplotlib/pytest-mpl
66
author = Thomas Robitaille
77
author_email = [email protected]
@@ -49,4 +49,4 @@ max_line_length = 100
4949
balanced_wrapping = True
5050
length_sort = False
5151
length_sort_sections = stdlib
52-
line_length = 100
52+
line_length = 100

0 commit comments

Comments
 (0)