From 4f6fc5fc379d1ada2673c35e5e19496cdfae0806 Mon Sep 17 00:00:00 2001 From: Robert Niederreiter Date: Tue, 6 Feb 2024 08:33:10 +0100 Subject: [PATCH] Preparing release 1.0a3 --- CHANGES.md | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index ab02c81..3d3bc17 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,6 +1,6 @@ # Changelog -## 1.0a3.dev0 (unreleased) +## 1.0a3 (2024-02-06) - Add `typecheck` target and use it for mypy instead of `check` target. diff --git a/pyproject.toml b/pyproject.toml index 92ec7b3..f63c647 100644 --- a/pyproject.toml +++ b/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.0a3.dev0" +version = "1.0a3" keywords = ["development", "deployment", "environment"] authors = [ {name = "MX Stack Developers", email = "dev@bluedynamics.com" }