Release 0.4.7.1

This commit is contained in:
Mathieu Comandon 2017-04-09 16:39:42 -07:00
parent d368945f0f
commit a85034e756
3 changed files with 8 additions and 2 deletions

6
debian/changelog vendored
View file

@ -1,3 +1,9 @@
lutris (0.4.7.1) yakkety; urgency=medium
* Fix a bug with the platforms accessing the database before it's created
-- Mathieu Comandon <strycore@gmail.com> Sun, 09 Apr 2017 16:38:39 -0700
lutris (0.4.7) yakkety; urgency=medium
* Add support for more libretro cores

View file

@ -4,7 +4,7 @@
%{!?py3_install: %global py3_install %{__python3} setup.py install --skip-build --root %{buildroot}}
Name: lutris
Version: 0.4.7
Version: 0.4.7.1
Release: 2%{?dist}
Summary: Install and play any video game easily

View file

@ -5,7 +5,7 @@ from gi.repository import GLib
from lutris.util.settings import SettingsIO
PROJECT = "Lutris"
VERSION = "0.4.7"
VERSION = "0.4.7.1"
COPYRIGHT = "(c) 2010-2017 Lutris Gaming Platform"
AUTHORS = ["Mathieu Comandon <strycore@gmail.com>",
"Pascal Reinhard (Xodetaetl) <dev@xod.me"]