File tree 3 files changed +16
-2
lines changed
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
+
1
15
Changes in 0.4.7
2
16
================
3
17
Original file line number Diff line number Diff line change 27
27
28
28
setup (
29
29
name = 'sopel_modules.github' ,
30
- version = '0.4.7 ' ,
30
+ version = '0.4.8 ' ,
31
31
description = 'GitHub plugin for Sopel' ,
32
32
long_description = readme + '\n \n ' + history ,
33
33
long_description_content_type = 'text/markdown' ,
Original file line number Diff line number Diff line change 10
10
__author__ = 'maxpowa'
11
11
__email__ = 'maxpowa@outlook.com'
12
12
__maintainer__ = 'dgw'
13
- __version__ = '0.4.7 '
13
+ __version__ = '0.4.8 '
14
14
__repo__ = 'https://github.com/sopel-irc/sopel-github'
15
15
You can’t perform that action at this time.
0 commit comments