Skip to content

Commit 21027ad

Browse files
committed
Preparing release 4.0.2
1 parent 7287d3c commit 21027ad

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGES.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
## Changes
22

3-
## 4.0.2 (unreleased)
3+
## 4.0.2 (2024-03-13)
44

55
- Fix #42: deprecated use of `pkg_resoures` to load entry points and parse requirements.
66
This enables mxdev to work on Python 3.12, where `pkg_resources` is no longer installed by default in virtual_envs.

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

0 commit comments

Comments
 (0)