Skip to content

Commit

Permalink
v0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
pvyParts committed Feb 6, 2021
1 parent 162dd91 commit b326419
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion aadiscordbot/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
default_app_config = 'aadiscordbot.apps.AADiscordBotConfig'

__version__ = '0.3.0'
__version__ = '0.3.1'
__title__ = "AA Discordbot"
__branch__ = 'Stable'

0 comments on commit b326419

Please sign in to comment.