Skip to content

Commit

Permalink
Preparing release 4.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jensens committed Mar 12, 2024
1 parent 7287d3c commit 21027ad
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## Changes

## 4.0.2 (unreleased)
## 4.0.2 (2024-03-13)

- Fix #42: deprecated use of `pkg_resoures` to load entry points and parse requirements.
This enables mxdev to work on Python 3.12, where `pkg_resources` is no longer installed by default in virtual_envs.
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.dev0"
version = "4.0.2"
keywords = ["pip", "vcs", "git", "development"]
authors = [
{name = "MX Stack Developers", email = "dev@bluedynamics.com" }
Expand Down

0 comments on commit 21027ad

Please sign in to comment.