From b326419030178594a952a874e8d0dee453bbbb7e Mon Sep 17 00:00:00 2001 From: AaronKable Date: Sat, 6 Feb 2021 08:06:51 +0800 Subject: [PATCH] v0.3.1 --- CHANGELOG.md | 8 +++++++- aadiscordbot/__init__.py | 2 +- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b167235..4cce307 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,13 +5,19 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/). +## [0.3.1] 2021-02-06 +### Added +* Added PyPi Deployment stuffs +### Fixes +* Lookup cog doesnt throw error on not found. PR #33 (@ppfeufer) + ## [0.3.0] 2021-02-05 First Non-Alpha Release, AA-Discord bot has been heavily tested by the community now, many thanks to all involved. ### Added * App Cogs can now be customized to load external cogs * New shiny Time cog, using AA-Timezones ### Fixes -* Use AA-Statistics, the rebranded authanalitics +* Use AA-Statistics, the rebranded authanalitics ### Docs Notated Integrations diff --git a/aadiscordbot/__init__.py b/aadiscordbot/__init__.py index 16609ed..924ee85 100644 --- a/aadiscordbot/__init__.py +++ b/aadiscordbot/__init__.py @@ -1,5 +1,5 @@ default_app_config = 'aadiscordbot.apps.AADiscordBotConfig' -__version__ = '0.3.0' +__version__ = '0.3.1' __title__ = "AA Discordbot" __branch__ = 'Stable'