From c2153286061f926a8823e8a9adfa3eaa6655b086 Mon Sep 17 00:00:00 2001 From: andrei Date: Fri, 27 Oct 2017 18:14:33 -0700 Subject: [PATCH] Bump to v0.0.12-rc.2 --- CHANGELOG.md | 9 +++++++++ disco/__init__.py | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7e0cf9c..b2e0d73 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # CHANGELOG +## v0.0.12-rc.2 + +### Fixes + +- A plethora of PEP8 and general syntax changes have been made to cleanup the code +- Fixed the invocation of holster Emitters to match the latest versions constructor signature +- Fixed a bug with `Emoji.custom` +- Fixed a bug in the typing system that would not allow Field's to have a `default` of `None` + ## v0.0.12-rc.1 ### Additions diff --git a/disco/__init__.py b/disco/__init__.py index 49a80cd..6c6b101 100644 --- a/disco/__init__.py +++ b/disco/__init__.py @@ -1 +1 @@ -VERSION = '0.0.12-rc.1' +VERSION = '0.0.12-rc.2'