Bump version number to 0.3.3-dev

This commit is contained in:
Rebecca Breu 2024-01-21 16:41:20 +01:00
parent 7334752b17
commit 40e9c27ca7
5 changed files with 11 additions and 5 deletions

View file

@ -1,3 +1,8 @@
0.3.3 - (unreleased)
====================
0.3.2 - 2024-01-21
==================
@ -23,7 +28,7 @@ Fixed
* Scene Export: Fix output image size and margins when scene had been
scaled or moved.
* Scene Export: Selecting filename without file extension now
automatically appends the extension from the selected filter istead
automatically appends the extension from the selected filter instead
of resulting in a confusing error message.
* The exemption from antialias/smoothing for images displayed at large
zoom now also works on images that are flipped horizontally

View file

@ -1,8 +1,8 @@
[Desktop Entry]
Name=BeeRef
Comment=BeeRef 0.3.2
Comment=BeeRef 0.3.3-dev
Terminal=false
Exec=/home/yourname/path/to/BeeRef-0.3.2-linux
Exec=/home/yourname/path/to/BeeRef-0.3.3-dev-linux
Type=Application
Icon=/home/yourname/path/to/logo.png
Name[en_US]=BeeRef

View file

@ -15,7 +15,7 @@
APPNAME = 'BeeRef'
APPNAME_FULL = f'{APPNAME} Reference Image Viewer'
VERSION = '0.3.2'
VERSION = '0.3.3-dev'
WEBSITE = 'https://github.com/rbreu/beeref'
COPYRIGHT = 'Copyright © 2021-2023 Rebecca Breu'

View file

@ -18,6 +18,7 @@
</screenshots>
<releases>
<release version="0.3.3-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>

View file

@ -2,7 +2,7 @@ from setuptools import setup
setup(
name='BeeRef',
version='0.3.2',
version='0.3.3-dev',
author='Rebecca Breu',
author_email='rebecca@rbreu.de',
url='https://github.com/rbreu/beeref',