Skip to content

Commit 7662d02

Browse files
updates
1 parent afe5621 commit 7662d02

File tree

3 files changed

+4
-26
lines changed

3 files changed

+4
-26
lines changed

RELEASING.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Releasing a New Version
22

3+
> [!NOTE]
4+
>
5+
> This is out-of-date and will be updated soon.
6+
37
When it comes time to cut a new release, follow these steps:
48

59
1. Create a new git branch off of `main` for the release.

packages/mcp-django-shell/pyproject.toml

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -61,16 +61,3 @@ requires-python = ">=3.10"
6161
Documentation = "https://github.com/joshuadavidthomas/mcp-django#README"
6262
Issues = "https://github.com/joshuadavidthomas/mcp-django/issues"
6363
Source = "https://github.com/joshuadavidthomas/mcp-django"
64-
65-
[tool.bumpver]
66-
commit = true
67-
commit_message = ":bookmark: bump version {old_version} -> {new_version}"
68-
current_version = "0.8.0"
69-
push = false # set to false for CI
70-
tag = false
71-
version_pattern = "MAJOR.MINOR.PATCH[PYTAGNUM]"
72-
73-
[tool.bumpver.file_patterns]
74-
"pyproject.toml" = [
75-
'version = "{version}"'
76-
]

pyproject.toml

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -88,19 +88,6 @@ Documentation = "https://github.com/joshuadavidthomas/mcp-django#README"
8888
Issues = "https://github.com/joshuadavidthomas/mcp-django/issues"
8989
Source = "https://github.com/joshuadavidthomas/mcp-django"
9090

91-
[tool.bumpver]
92-
commit = true
93-
commit_message = ":bookmark: bump version {old_version} -> {new_version}"
94-
current_version = "0.1.0a1"
95-
push = false # set to false for CI
96-
tag = false
97-
version_pattern = "MAJOR.MINOR.PATCH[PYTAGNUM]"
98-
99-
[tool.bumpver.file_patterns]
100-
"pyproject.toml" = [
101-
'version = "{version}"'
102-
]
103-
10491
[tool.coverage.paths]
10592
source = [
10693
"packages/*/src",

0 commit comments

Comments
 (0)