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',