From 913a97b759a2e1735a4f64593eea794094d2e1b1 Mon Sep 17 00:00:00 2001 From: Mathieu Comandon Date: Sun, 3 Feb 2019 00:24:26 -0800 Subject: [PATCH] Release 0.5.0.1 --- debian/changelog | 12 ++++++++++++ lutris.spec | 2 +- lutris/__init__.py | 2 +- 3 files changed, 14 insertions(+), 2 deletions(-) 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"