Skip to content

Commit

Permalink
release v0.5.1 (#197)
Browse files Browse the repository at this point in the history
  • Loading branch information
jameslamb authored Nov 6, 2023
1 parent 7cda052 commit 0de1231
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ make build install

## Releasing

1. Open a pull request with title `release v{major}.{minor}.{patch}`, changing `version` in `src/pydistcheck/__init__.py` to the desired version.
1. Merge a pull request with title `release v{major}.{minor}.{patch}`, changing `version` in `src/pydistcheck/__init__.py` to the desired version.
2. navigate to https://github.com/jameslamb/pydistcheck/releases
3. edit the draft release there
- remove any changelog items that are just "changed the version number" PRs
Expand Down
2 changes: 1 addition & 1 deletion src/pydistcheck/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# no one should be importing from this package
__all__ = [] # type: ignore[var-annotated]

__version__ = "0.5.0.99"
__version__ = "0.5.1"

0 comments on commit 0de1231

Please sign in to comment.