File tree Expand file tree Collapse file tree 3 files changed +6
-5
lines changed
Expand file tree Collapse file tree 3 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 1212
1313
1414 jobs :
15- lint :
15+ test :
1616 uses : " ./.github/workflows/test.yml"
17- tests :
17+ lint :
1818 uses : " ./.github/workflows/lint.yml"
1919 variants :
2020 uses : " ./.github/workflows/variants.yml"
Original file line number Diff line number Diff line change 11# Changelog
22
3- ## 1.0 (unreleased )
3+ ## 1.0 (2025-02-11 )
44
5+ - Chore: Add release workflow.
56
67- Fix ` zope.mk ` , wrong config file was passed to zconsole.
78 Now zope-debug and zope-runscript are functional.
Original file line number Diff line number Diff line change 11[project ]
22name = " mxmake"
33description = " Generates a Python project-specific Makefile by using an extensible library of configurable Makefile snippets."
4- version = " 1.0.dev1 "
4+ version = " 1.0"
55keywords = [" development" , " deployment" , " make" ]
66authors = [
77 {name = " MX Stack Developers" , email = " dev@bluedynamics.com" }
@@ -85,7 +85,7 @@ lines_after_imports = 2
8585
8686[tool .mypy ]
8787ignore_missing_imports = true
88- python_version = " 3.8 "
88+ python_version = " 3.9 "
8989
9090[tool .ruff ]
9191# Exclude a variety of commonly ignored directories.
You can’t perform that action at this time.
0 commit comments