mirror of
https://github.com/rbreu/beeref.git
synced 2026-03-11 08:54:28 +00:00
Bump version number to 0.2.1-dev
This commit is contained in:
parent
ccbafb48ca
commit
206f216f81
4 changed files with 8 additions and 4 deletions
|
|
@ -1,3 +1,7 @@
|
|||
0.2.1 - (unreleased)
|
||||
====================
|
||||
|
||||
|
||||
0.2.0 - 2021-09-06
|
||||
==================
|
||||
|
||||
|
|
|
|||
|
|
@ -1,8 +1,8 @@
|
|||
[Desktop Entry]
|
||||
Name=BeeRef
|
||||
Comment=BeeRef 0.2.0
|
||||
Comment=BeeRef 0.2.1-dev
|
||||
Terminal=false
|
||||
Exec=/home/yourname/path/to/BeeRef-0.2.0-linux
|
||||
Exec=/home/yourname/path/to/BeeRef-0.2.1-dev-linux
|
||||
Type=Application
|
||||
Icon=/home/yourname/path/to/logo.png
|
||||
Name[en_US]=BeeRef
|
||||
|
|
|
|||
|
|
@ -15,7 +15,7 @@
|
|||
|
||||
APPNAME = 'BeeRef'
|
||||
APPNAME_FULL = f'{APPNAME} Reference Image Viewer'
|
||||
VERSION = '0.2.0'
|
||||
VERSION = '0.2.1-dev'
|
||||
WEBSITE = 'https://github.com/rbreu/beeref'
|
||||
COPYRIGHT = 'Copyright © 2021 Rebecca Breu'
|
||||
|
||||
|
|
|
|||
2
setup.py
2
setup.py
|
|
@ -2,7 +2,7 @@ from setuptools import setup
|
|||
|
||||
setup(
|
||||
name='BeeRef',
|
||||
version='0.2.0',
|
||||
version='0.2.1-dev',
|
||||
author='Rebecca Breu',
|
||||
author_email='rebecca@rbreu.de',
|
||||
url='https://github.com/rbreu/beeref',
|
||||
|
|
|
|||
Loading…
Reference in a new issue