Skip to content

Commit ecbac96

Browse files
committed
Back to development: 4.0.3
1 parent 21027ad commit ecbac96

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

.github/workflows/release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,6 @@ jobs:
4040
verbose: true
4141
- name: Postrelease
4242
run: >-
43-
git config user.name "${{ env.CI_COMMIT_AUTHOR }}"
44-
git config user.email "[email protected]"
43+
git config user.name "${{ env.CI_COMMIT_AUTHOR }}" &&
44+
git config user.email "[email protected]" &&
4545
make ZEST_RELEASER_POSTRELEASE_OPTIONS=--no-input postrelease

CHANGES.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
## Changes
22

3+
## 4.0.3 (unreleased)
4+
5+
6+
- Nothing changed yet.
7+
8+
39
## 4.0.2 (2024-03-13)
410

511
- Fix #42: deprecated use of `pkg_resoures` to load entry points and parse requirements.

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.2"
4+
version = "4.0.3.dev0"
55
keywords = ["pip", "vcs", "git", "development"]
66
authors = [
77
{name = "MX Stack Developers", email = "[email protected]" }

0 commit comments

Comments
 (0)