File tree Expand file tree Collapse file tree 3 files changed +16
-2
lines changed
Expand file tree Collapse file tree 3 files changed +16
-2
lines changed Original file line number Diff line number Diff line change 1+ Changes in 0.4.8
2+ ================
3+
4+ Changed:
5+ * Use `emoji` 2.0 API style (#119)
6+ * If you installed the `emoji` package and its version is <1.7.0, you will
7+ need to `pip install --upgrade emoji`.
8+ * A future version of sopel-github will make this optional dependency easier
9+ to manage with a setuptools extra.
10+
11+ Fixed:
12+ * Wrong webhook payload attributes used in push handler (#117)
13+
14+
115Changes in 0.4.7
216================
317
Original file line number Diff line number Diff line change 2727
2828setup (
2929 name = 'sopel_modules.github' ,
30- version = '0.4.7 ' ,
30+ version = '0.4.8 ' ,
3131 description = 'GitHub plugin for Sopel' ,
3232 long_description = readme + '\n \n ' + history ,
3333 long_description_content_type = 'text/markdown' ,
Original file line number Diff line number Diff line change 1010__author__ = 'maxpowa'
11111212__maintainer__ = 'dgw'
13- __version__ = '0.4.7 '
13+ __version__ = '0.4.8 '
1414__repo__ = 'https://github.com/sopel-irc/sopel-github'
1515
You can’t perform that action at this time.
0 commit comments