Skip to content

Commit 9f50e74

Browse files
committed
Release v0.1.2
1 parent fc392e6 commit 9f50e74

3 files changed

Lines changed: 7 additions & 7 deletions

File tree

.github/RELEASE.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -41,20 +41,20 @@ versions 3.10 through 3.14.
4141
2. Verify the version in `pyproject.toml` is correct:
4242
```bash
4343
grep '^version' pyproject.toml
44-
# Should show: version = "0.1.1"
44+
# Should show: version = "0.1.2"
4545
```
4646

4747
3. Create and push the tag:
4848
```bash
49-
git tag -a v0.1.1 -m "Release v0.1.1"
50-
git push origin v0.1.1
49+
git tag -a v0.1.2 -m "Release v0.1.2"
50+
git push origin v0.1.2
5151
```
5252

5353
4. Monitor the release workflow at:
5454
https://github.com/<owner>/python-docs-mcp-server/actions/workflows/release.yml
5555

5656
5. Verify the package on PyPI:
57-
https://pypi.org/project/python-docs-mcp-server/0.1.1/
57+
https://pypi.org/project/python-docs-mcp-server/0.1.2/
5858

5959
## Post-Release Verification
6060

@@ -123,7 +123,7 @@ Complete these steps in order. Each step has a checkbox -- do not skip ahead.
123123

124124
### Post-Release Verification (SHIP-06)
125125

126-
- [ ] Package visible on PyPI: https://pypi.org/project/python-docs-mcp-server/0.1.1/
126+
- [ ] Package visible on PyPI: https://pypi.org/project/python-docs-mcp-server/0.1.2/
127127
- [ ] Attestation visible on PyPI package page (look for "Provenance" badge)
128128
- [ ] Fresh install test:
129129
```bash

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "python-docs-mcp-server"
7-
version = "0.1.1"
7+
version = "0.1.2"
88
description = "A read-only, version-aware MCP retrieval server over Python standard library documentation"
99
readme = "README.md"
1010
license = "MIT"

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)