Skip to content

Commit 5d046d8

Browse files
committed
postrelease
1 parent 9d044c7 commit 5d046d8

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

.github/workflows/tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- uses: actions/setup-python@v5
1717
with:
1818
python-version: "3.12"
19-
- uses: pre-commit/action@v3.0.0
19+
- uses: pre-commit/action@v3.0.1
2020
build:
2121
strategy:
2222
matrix:

CHANGES.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
## Changes
22

3-
## 4.0.3 (2024-05-17)
3+
## 4.0.4 (unreleased)
4+
5+
- nothing yet
46

7+
## 4.0.3 (2024-05-17)
58

69
- Fix #45: Packages with capital names do not get ignored when checked out.
710
[jensens]

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[project]
22
name = "mxdev"
33
description = "Enable to work with Python projects containing lots of packages, of which you only want to develop some."
4-
version = "4.0.3"
4+
version = "4.0.4dev0"
55
keywords = ["pip", "vcs", "git", "development"]
66
authors = [
77
{name = "MX Stack Developers", email = "dev@bluedynamics.com" }

0 commit comments

Comments
 (0)