Skip to content

Commit dc3db8a

Browse files
committed
prepare release
1 parent 1cb50f5 commit dc3db8a

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@
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"

CHANGES.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
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.

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[project]
22
name = "mxmake"
33
description = "Generates a Python project-specific Makefile by using an extensible library of configurable Makefile snippets."
4-
version = "1.0.dev1"
4+
version = "1.0"
55
keywords = ["development", "deployment", "make"]
66
authors = [
77
{name = "MX Stack Developers", email = "dev@bluedynamics.com" }
@@ -85,7 +85,7 @@ lines_after_imports = 2
8585

8686
[tool.mypy]
8787
ignore_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.

0 commit comments

Comments
 (0)