We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 236dbc5 commit cae1560Copy full SHA for cae1560
CHANGES.md
@@ -1,6 +1,6 @@
1
# Changelog
2
3
-## 1.2.1 (unreleased)
+## 1.2.1 (2025-06-23)
4
5
- Fix test-script to not end with backslash if there is no `testpaths` (which is valid).
6
pyproject.toml
@@ -1,7 +1,7 @@
[project]
name = "mxmake"
description = "Generates a Python project-specific Makefile by using an extensible library of configurable Makefile snippets."
-version = "1.2.1.dev0"
+version = "1.2.1"
keywords = ["development", "deployment", "make"]
authors = [
7
{name = "MX Stack Developers", email = "dev@bluedynamics.com" }
0 commit comments