diff --git a/debian/changelog b/debian/changelog index 13f731345..9d202807e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 Sun, 09 Apr 2017 16:38:39 -0700 + lutris (0.4.7) yakkety; urgency=medium * Add support for more libretro cores diff --git a/lutris.spec b/lutris.spec index bbc3471e8..8c0614e78 100644 --- a/lutris.spec +++ b/lutris.spec @@ -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 diff --git a/lutris/settings.py b/lutris/settings.py index f419deca1..7b755bdc5 100644 --- a/lutris/settings.py +++ b/lutris/settings.py @@ -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 ", "Pascal Reinhard (Xodetaetl)