Commit b7c8d72
committed
chore: release v3.1.0
The manifest has been at 3.x since the two feat! commits (#1, #2), but
releases kept being cut as v1.0.x. Since the workflow publishes the
manifest version rather than the tag, the release labelled v1.0.5 in fact
published 3.0.0 to PyPI, and the next v1.0.x release then failed.
Bump to 3.1.0 for the additive changes since 3.0.0 (#3, #4, #5) and fail
the publish job up front when the release tag, pyproject.toml version and
__version__ disagree.1 parent 71e0b56 commit b7c8d72
3 files changed
Lines changed: 12 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
32 | 42 | | |
33 | 43 | | |
34 | 44 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
34 | | - | |
| 34 | + | |
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
| |||
0 commit comments