From 7334752b17a89193129cc4509171696da89d6744 Mon Sep 17 00:00:00 2001 From: Rebecca Breu Date: Sun, 21 Jan 2024 11:11:45 +0100 Subject: [PATCH] Prepare release 0.3.2 --- CHANGELOG.rst | 4 ++-- beeref.desktop | 2 +- beeref/constants.py | 2 +- org.beeref.BeeRef.appdata.xml | 2 +- setup.py | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 1b959f8..74d8248 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,5 +1,5 @@ -0.3.2 - (unreleased) -==================== +0.3.2 - 2024-01-21 +================== Added ----- diff --git a/beeref.desktop b/beeref.desktop index fcc0ee7..e853a1f 100644 --- a/beeref.desktop +++ b/beeref.desktop @@ -1,6 +1,6 @@ [Desktop Entry] Name=BeeRef -Comment=BeeRef 0.3.2-dev +Comment=BeeRef 0.3.2 Terminal=false Exec=/home/yourname/path/to/BeeRef-0.3.2-linux Type=Application diff --git a/beeref/constants.py b/beeref/constants.py index afa595e..4395437 100644 --- a/beeref/constants.py +++ b/beeref/constants.py @@ -15,7 +15,7 @@ APPNAME = 'BeeRef' APPNAME_FULL = f'{APPNAME} Reference Image Viewer' -VERSION = '0.3.2-dev' +VERSION = '0.3.2' WEBSITE = 'https://github.com/rbreu/beeref' COPYRIGHT = 'Copyright © 2021-2023 Rebecca Breu' diff --git a/org.beeref.BeeRef.appdata.xml b/org.beeref.BeeRef.appdata.xml index 19cd755..7e2c616 100644 --- a/org.beeref.BeeRef.appdata.xml +++ b/org.beeref.BeeRef.appdata.xml @@ -18,7 +18,7 @@ - + diff --git a/setup.py b/setup.py index 4471eaf..f5f91e5 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ setup( name='BeeRef', - version='0.3.2-dev', + version='0.3.2', author='Rebecca Breu', author_email='rebecca@rbreu.de', url='https://github.com/rbreu/beeref',