From 13f4f28e57f5725dfe0dc9b738f2b41ab57975fb Mon Sep 17 00:00:00 2001 From: Rallen Date: Sat, 27 Feb 2021 00:47:36 +0100 Subject: [PATCH] Bump version --- CHANGELOG.md | 3 +++ src/version.py | 5 ++++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5680645..5f5ae48 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # Changelog +## 0.3.1 +- Security: Update `aiohttp` dependency + ## 0.3.0 - Add workaround for missing/delayed library synchronisation - Update splash wording in regards to end of game support in the Twitch App diff --git a/src/version.py b/src/version.py index 48a2ec7..55ab6da 100644 --- a/src/version.py +++ b/src/version.py @@ -1,6 +1,9 @@ -__version__ = "0.3.0" +__version__ = "0.3.1" __changelog__ = { + "0.3.1": ''' + - Security: Update `aiohttp` dependency + ''', "0.3.0": ''' - Add workaround for missing/delayed library synchronisation - Update splash wording in regards to end of game support in the Twitch App