From 6475ff11610bdadd345d154889043cef3d38cb7a Mon Sep 17 00:00:00 2001 From: James Gayfer Date: Sat, 26 Aug 2017 16:09:58 -0700 Subject: [PATCH] increment version number and update changelog --- CHANGELOG.md | 4 ++++ cogs/utils/constants.py | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0f5663d..960e7c8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). +## [1.0.1] +### Fixed +- Countdown command was displaying incorrect values + ## [1.0.0] ### Added - Command spam cleanup is now optional. It can be turned on/off with the 'togglecleanup' command diff --git a/cogs/utils/constants.py b/cogs/utils/constants.py index 26326da..b0eda85 100644 --- a/cogs/utils/constants.py +++ b/cogs/utils/constants.py @@ -3,7 +3,7 @@ import discord import pytz -VERSION = "1.0.0" +VERSION = "1.0.1" BLUE = discord.Colour(3381759) SPAM_DELAY = 4 REACTION_DELAY = 4