From 405db7429ebe9d050e98793787115268aad20db1 Mon Sep 17 00:00:00 2001 From: James Gayfer Date: Sun, 1 Oct 2017 11:59:02 -0700 Subject: [PATCH] update changelog and increment version number --- CHANGELOG.md | 4 ++++ cogs/utils/constants.py | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cba73f4..80f48ed 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.3.4] - 2017-10-01 +### Fixed +- Fix bug where event creators could not delete their own events in some cases + ## [1.3.3] - 2017-09-27 ### Fixed - Fix bot being unresponsive when Bungie.net is down diff --git a/cogs/utils/constants.py b/cogs/utils/constants.py index ca9d6aa..381f66d 100644 --- a/cogs/utils/constants.py +++ b/cogs/utils/constants.py @@ -3,7 +3,7 @@ import discord import pytz -VERSION = "1.3.3" +VERSION = "1.3.4" BLUE = discord.Colour(3381759) SPAM_DELAY = 4