diff --git a/CHANGES.md b/CHANGES.md index 5947e73..438f272 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,6 +1,6 @@ # Changelog -## 1.0a6 (unreleased) +## 1.0a6 (2024-08-02) - Fix bug in `Template.write` when creating target folders to also create parent folders if not exists. diff --git a/pyproject.toml b/pyproject.toml index 779ec85..3869d4a 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.0a6.dev0" +version = "1.0a6" keywords = ["development", "deployment", "make"] authors = [ {name = "MX Stack Developers", email = "dev@bluedynamics.com" }