diff --git a/CHANGELOG.rst b/CHANGELOG.rst index ff094d2..763e49c 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,5 +1,5 @@ -0.3.3 - (unreleased) -==================== +0.3.3 - 2024-05-05 +================== Added ----- diff --git a/beeref.desktop b/beeref.desktop index 4c829b3..30d02b9 100644 --- a/beeref.desktop +++ b/beeref.desktop @@ -3,7 +3,7 @@ Name=BeeRef GenericName=Image Viewer Comment=A simple reference image viewer Terminal=false -Exec=/home/yourname/path/to/BeeRef-0.3.3-dev-linux +Exec=/home/yourname/path/to/BeeRef-0.3.3.appimage Type=Application Icon=/home/yourname/path/to/logo.png diff --git a/beeref/constants.py b/beeref/constants.py index f7726aa..86b4418 100644 --- a/beeref/constants.py +++ b/beeref/constants.py @@ -15,9 +15,9 @@ APPNAME = 'BeeRef' APPNAME_FULL = f'{APPNAME} Reference Image Viewer' -VERSION = '0.3.3-dev' +VERSION = '0.3.3' WEBSITE = 'https://github.com/rbreu/beeref' -COPYRIGHT = 'Copyright © 2021-2023 Rebecca Breu' +COPYRIGHT = 'Copyright © 2021-2024 Rebecca Breu' CHANGED_SYMBOL = '✎' diff --git a/org.beeref.BeeRef.appdata.xml b/org.beeref.BeeRef.appdata.xml index ecd4757..41a1890 100644 --- a/org.beeref.BeeRef.appdata.xml +++ b/org.beeref.BeeRef.appdata.xml @@ -20,7 +20,7 @@ - + diff --git a/setup.py b/setup.py index e74cce7..8c767cf 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ from setuptools import setup setup( name='BeeRef', - version='0.3.3-dev', + version='0.3.3', author='Rebecca Breu', author_email='rebecca@rbreu.de', url='https://github.com/rbreu/beeref',