From b7569ee4a8ce0e54a57848301034838503738c1c Mon Sep 17 00:00:00 2001 From: Laurent Raufaste Date: Sat, 4 Nov 2023 22:14:29 +0100 Subject: [PATCH] Mackup 0.8.39 --- CHANGELOG.md | 2 ++ mackup/constants.py | 2 +- pyproject.toml | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 504c2f497..735b1de5a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## WIP +## Mackup 0.8.39 + - Updated support for Factorio (via @jpuris) - Added support for Zed (via @sethherr) - Updated support for IntelliJIdea version 2023.1 and 2023.2 diff --git a/mackup/constants.py b/mackup/constants.py index 811a8bb49..f91d497c5 100644 --- a/mackup/constants.py +++ b/mackup/constants.py @@ -1,6 +1,6 @@ """Constants used in Mackup.""" # Current version -VERSION = "0.8.38" +VERSION = "0.8.39" # Support platforms PLATFORM_DARWIN = "Darwin" diff --git a/pyproject.toml b/pyproject.toml index ea2397725..883fa3486 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "mackup" -version = "0.8.38" +version = "0.8.39" description = "Keep your application settings in sync (macOS/Linux)" authors = ["Laurent Raufaste "] license = "GPLv3"