Skip to content

Commit

Permalink
Release 0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
rbreu committed Dec 10, 2023
1 parent e633190 commit 6288c47
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 6 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ jobs:
'ubuntu-22.04',
'macos-11',
'macos-12',
'macos-13',
'windows-latest']

steps:
Expand Down
4 changes: 2 additions & 2 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
0.3.1 - (not released yet)
==========================
0.3.1 - 2023-12-10
==================

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.1-dev
Comment=BeeRef 0.3.1
Terminal=false
Exec=/home/yourname/path/to/BeeRef-0.3.1-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.1-dev'
VERSION = '0.3.1'
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.2.0" date="2021-09-06"></release>
<release version="0.3.1" date="2023-12-10"></release>
</releases>

<content_rating type="oars-1.1" />
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.1-dev',
version='0.3.2',
author='Rebecca Breu',
author_email='[email protected]',
url='https://github.com/rbreu/beeref',
Expand Down

0 comments on commit 6288c47

Please sign in to comment.