Browse Source

Bump to v0.0.12-rc.2

develop v0.0.12-rc.2
andrei 8 years ago
parent
commit
c215328606
  1. 9
      CHANGELOG.md
  2. 2
      disco/__init__.py

9
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

2
disco/__init__.py

@ -1 +1 @@
VERSION = '0.0.12-rc.1'
VERSION = '0.0.12-rc.2'

Loading…
Cancel
Save