diff --git a/debian/changelog b/debian/changelog index 7c4727391..c24784e42 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,15 @@ +lutris (0.5.0ubuntu1) UNRELEASED; urgency=medium + + * Bullshit my way out of Gtk+ fuckery (Closes #1697) + * Initialize playtime attribute when invalid playtime found (Closes #1698) + * Strip equal signs from envvars (Closes #1699) + * If the Fedora shit breaks the SUSE shit, I just delete it, OK? (Closes #1700) + * Add application attribute on GenericPanel (Closes #1702) + * Avoid crashing on weird GPU configs (Closes #1706) + * Remove get_config_id (Closes #1708) + + -- Mathieu Comandon Sun, 03 Feb 2019 00:21:32 -0800 + lutris (0.5.0) cosmic; urgency=medium * Modernize the Gtk UI, thanks to the improvements made by @TingPing diff --git a/lutris.spec b/lutris.spec index a995db4b1..1dc8f4636 100644 --- a/lutris.spec +++ b/lutris.spec @@ -6,7 +6,7 @@ %global appid net.lutris.Lutris Name: lutris -Version: 0.5.0 +Version: 0.5.0.1 Release: 2%{?dist} Summary: Install and play any video game easily diff --git a/lutris/__init__.py b/lutris/__init__.py index c016cf94a..b53ac6b91 100644 --- a/lutris/__init__.py +++ b/lutris/__init__.py @@ -1,3 +1,3 @@ """Main Lutris package""" -__version__ = "0.5.0" +__version__ = "0.5.0.1"