Skip to content

Commit a0bdcfc

Browse files
committed
prepare release
1 parent fc2e01a commit a0bdcfc

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

CHANGES.md

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

3-
### 3.0.0b3 (unreleased)
3+
### 3.0.0b3 (2023-04-23)
44

55
- Fix usage of "--install-option='pre'" and use "--pre" option in requirements files instead.
66
The install options is deprecated in pip 23 which Plone switched to recently.

pyproject.toml

Lines changed: 2 additions & 2 deletions
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 = "3.0.0b3.dev0"
4+
version = "3.0.0b3"
55
keywords = ["pip", "vcs", "git", "development"]
66
authors = [
77
{name = "MX Stack Developers", email = "dev@bluedynamics.com" }
@@ -98,4 +98,4 @@ ignore = "D001"
9898
ignore = [
9999
"Makefile",
100100
"mx.ini"
101-
]
101+
]

0 commit comments

Comments
 (0)