diff --git a/CHANGELOG.md b/CHANGELOG.md index 7e43acc16..54e3f26ea 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## WIP +## Mackup 0.8.40 + - Add support for Trizen (via @cilenco) - Added support for Sqitch (via @ra1fee) - Updated support for GeekTool (via @yuchen-lea) diff --git a/mackup/constants.py b/mackup/constants.py index 28fb5fd08..d35830d31 100644 --- a/mackup/constants.py +++ b/mackup/constants.py @@ -1,6 +1,6 @@ """Constants used in Mackup.""" # Current version -VERSION = "0.8.39" +VERSION = "0.8.40" # Support platforms PLATFORM_DARWIN = "Darwin" diff --git a/pyproject.toml b/pyproject.toml index 883fa3486..3c1453453 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "mackup" -version = "0.8.39" +version = "0.8.40" description = "Keep your application settings in sync (macOS/Linux)" authors = ["Laurent Raufaste "] license = "GPLv3"