Skip to content

Commit

Permalink
Prepare release 0.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
rbreu committed May 5, 2024
1 parent 4aa6c2e commit f53abad
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
0.3.3 - (unreleased)
====================
0.3.3 - 2024-05-05
==================

Added
-----
Expand Down
2 changes: 1 addition & 1 deletion beeref.desktop
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
4 changes: 2 additions & 2 deletions beeref/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 = '✎'

Expand Down
2 changes: 1 addition & 1 deletion org.beeref.BeeRef.appdata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
</screenshots>

<releases>
<!-- <release version="0.3.3-dev" date="(unreleased)"></release> -->
<release version="0.3.3" date="2024-05-05"></release>
<release version="0.3.2" date="2024-01-21"></release>
<release version="0.3.1" date="2023-12-10"></release>
<release version="0.3.0" date="2023-11-23"></release>
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setup(
name='BeeRef',
version='0.3.3-dev',
version='0.3.3',
author='Rebecca Breu',
author_email='[email protected]',
url='https://github.com/rbreu/beeref',
Expand Down

0 comments on commit f53abad

Please sign in to comment.