Change version to 0.5.0 RC1

This commit is contained in:
Mathieu Comandon 2019-01-26 15:31:30 -08:00
parent 6cf2edbfb6
commit f645e439c2
3 changed files with 3 additions and 3 deletions

2
debian/changelog vendored
View file

@ -1,4 +1,4 @@
lutris (0.50beta) cosmic; urgency=medium
lutris (0.50rc1) cosmic; urgency=medium
* TODO

View file

@ -6,7 +6,7 @@
%global appid net.lutris.Lutris
Name: lutris
Version: 0.4.23
Version: 0.5.0rc1
Release: 2%{?dist}
Summary: Install and play any video game easily

View file

@ -1,3 +1,3 @@
"""Main Lutris package"""
__version__ = "0.5.0beta"
__version__ = "0.5.0rc1"