From cd43c8955d89929b14a9aba2a6d5be8fb3e84796 Mon Sep 17 00:00:00 2001 From: Laurent Raufaste Date: Sat, 30 Oct 2021 15:48:15 +0200 Subject: [PATCH] Mackup 0.8.33 --- CHANGELOG.md | 2 ++ mackup/constants.py | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0b5e5b92f..73ae44791 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## WIP +## Mackup 0.8.33 + - Added support for Lightroom Classic (via @treee111) - Fixed support for Hocus Focus (via @jrolfs) - Added support for KeePassXC (via @harens) diff --git a/mackup/constants.py b/mackup/constants.py index 708cc63fc..0971ff919 100644 --- a/mackup/constants.py +++ b/mackup/constants.py @@ -1,6 +1,6 @@ """Constants used in Mackup.""" # Current version -VERSION = "0.8.32" +VERSION = "0.8.33" # Support platforms PLATFORM_DARWIN = "Darwin"