Skip to content

Commit

Permalink
Back to development: 4.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
jensens committed Mar 12, 2024
1 parent 21027ad commit ecbac96
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,6 @@ jobs:
verbose: true
- name: Postrelease
run: >-
git config user.name "${{ env.CI_COMMIT_AUTHOR }}"
git config user.email "[email protected]"
git config user.name "${{ env.CI_COMMIT_AUTHOR }}" &&
git config user.email "[email protected]" &&
make ZEST_RELEASER_POSTRELEASE_OPTIONS=--no-input postrelease
6 changes: 6 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
## Changes

## 4.0.3 (unreleased)


- Nothing changed yet.


## 4.0.2 (2024-03-13)

- Fix #42: deprecated use of `pkg_resoures` to load entry points and parse requirements.
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.2"
version = "4.0.3.dev0"
keywords = ["pip", "vcs", "git", "development"]
authors = [
{name = "MX Stack Developers", email = "[email protected]" }
Expand Down

0 comments on commit ecbac96

Please sign in to comment.