diff --git a/CHANGES.md b/CHANGES.md index ad2a27b..7a75f50 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,5 +1,11 @@ # Changelog +## 1.0a8 (unreleased) + + +- Nothing changed yet. + + ## 1.0a7 (2024-10-24) - Add proxy target support. diff --git a/pyproject.toml b/pyproject.toml index 27c9da1..f57f662 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.0a7" +version = "1.0a8.dev0" keywords = ["development", "deployment", "make"] authors = [ {name = "MX Stack Developers", email = "dev@bluedynamics.com" }