Skip to content

Commit

Permalink
Prepare release 0.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
rbreu committed Jan 21, 2024
1 parent 3fafc16 commit 7334752
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 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.2 - (unreleased)
====================
0.3.2 - 2024-01-21
==================

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

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 @@ -18,7 +18,7 @@
</screenshots>

<releases>
<release version="0.3.2-dev" date="(unreleased)"></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>
<release version="0.2.0" date="2021-09-06"></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.2-dev',
version='0.3.2',
author='Rebecca Breu',
author_email='rebecca@rbreu.de',
url='https://github.com/rbreu/beeref',
Expand Down

0 comments on commit 7334752

Please sign in to comment.