Skip to content

Commit

Permalink
postrelease
Browse files Browse the repository at this point in the history
  • Loading branch information
jensens committed May 17, 2024
1 parent 9d044c7 commit 5d046d8
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- uses: actions/setup-python@v5
with:
python-version: "3.12"
- uses: pre-commit/action@v3.0.0
- uses: pre-commit/action@v3.0.1
build:
strategy:
matrix:
Expand Down
5 changes: 4 additions & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
## Changes

## 4.0.3 (2024-05-17)
## 4.0.4 (unreleased)

- nothing yet

## 4.0.3 (2024-05-17)

- Fix #45: Packages with capital names do not get ignored when checked out.
[jensens]
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[project]
name = "mxdev"
description = "Enable to work with Python projects containing lots of packages, of which you only want to develop some."
version = "4.0.3"
version = "4.0.4dev0"
keywords = ["pip", "vcs", "git", "development"]
authors = [
{name = "MX Stack Developers", email = "dev@bluedynamics.com" }
Expand Down

0 comments on commit 5d046d8

Please sign in to comment.