From 32908c4ecd67b9d38620bf7cb06d990b6dfb2ff9 Mon Sep 17 00:00:00 2001 From: Robert Niederreiter Date: Thu, 24 Oct 2024 12:44:13 +0200 Subject: [PATCH] Back to development: 1.0a9 --- CHANGES.md | 6 ++++++ pyproject.toml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index 1b8c722..ece7aab 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,5 +1,11 @@ # Changelog +## 1.0a9 (unreleased) + + +- Nothing changed yet. + + ## 1.0a8 (2024-10-24) diff --git a/pyproject.toml b/pyproject.toml index 09b3dd0..7c56966 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.0a8" +version = "1.0a9.dev0" keywords = ["development", "deployment", "make"] authors = [ {name = "MX Stack Developers", email = "dev@bluedynamics.com" }