From 617eccf86b4eafd25098e7d042337bf789e7747d Mon Sep 17 00:00:00 2001 From: Rebecca Breu Date: Tue, 12 Dec 2023 20:02:20 +0100 Subject: [PATCH] Bump version number --- CHANGELOG.rst | 6 ++++++ beeref.desktop | 4 ++-- beeref/constants.py | 2 +- org.beeref.BeeRef.appdata.xml | 5 +++++ setup.py | 2 +- 5 files changed, 15 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 30eaf01..1b91442 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,3 +1,9 @@ +0.3.2 - (unreleased) +==================== + +tbd + + 0.3.1 - 2023-12-10 ================== diff --git a/beeref.desktop b/beeref.desktop index b1e561f..fcc0ee7 100644 --- a/beeref.desktop +++ b/beeref.desktop @@ -1,8 +1,8 @@ [Desktop Entry] Name=BeeRef -Comment=BeeRef 0.3.1 +Comment=BeeRef 0.3.2-dev Terminal=false -Exec=/home/yourname/path/to/BeeRef-0.3.1-linux +Exec=/home/yourname/path/to/BeeRef-0.3.2-linux Type=Application Icon=/home/yourname/path/to/logo.png Name[en_US]=BeeRef diff --git a/beeref/constants.py b/beeref/constants.py index 5aa16ec..c01578a 100644 --- a/beeref/constants.py +++ b/beeref/constants.py @@ -15,7 +15,7 @@ APPNAME = 'BeeRef' APPNAME_FULL = f'{APPNAME} Reference Image Viewer' -VERSION = '0.3.1' +VERSION = '0.3.2-dev' WEBSITE = 'https://github.com/rbreu/beeref' COPYRIGHT = 'Copyright © 2021-2023 Rebecca Breu' diff --git a/org.beeref.BeeRef.appdata.xml b/org.beeref.BeeRef.appdata.xml index 60190d1..19cd755 100644 --- a/org.beeref.BeeRef.appdata.xml +++ b/org.beeref.BeeRef.appdata.xml @@ -18,7 +18,12 @@ + + + + + diff --git a/setup.py b/setup.py index ff605dd..f745c78 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ from setuptools import setup setup( name='BeeRef', - version='0.3.2', + version='0.3.2-dev', author='Rebecca Breu', author_email='rebecca@rbreu.de', url='https://github.com/rbreu/beeref',