File tree Expand file tree Collapse file tree 3 files changed +13
-2
lines changed Expand file tree Collapse file tree 3 files changed +13
-2
lines changed Original file line number Diff line number Diff line change
1
+ Changes in 0.2.0a5
2
+ ==================
3
+
4
+ Added:
5
+ * Webhook handling of draft pull requests (both opening and marking ready)
6
+
7
+ Fixed:
8
+ * Sopel's development version finally marked `SopelMemory.contains()` as
9
+ deprecated, so we don't use it any more
10
+
11
+
1
12
Changes in 0.2.0a4
2
13
==================
3
14
Original file line number Diff line number Diff line change 27
27
28
28
setup (
29
29
name = 'sopel_modules.github' ,
30
- version = '0.2.0a4 ' ,
30
+ version = '0.2.0a5 ' ,
31
31
description = 'GitHub module 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 9
9
10
10
__author__ = 'maxpowa'
11
11
__email__ = 'maxpowa@outlook.com'
12
- __version__ = '0.2.0a4 '
12
+ __version__ = '0.2.0a5 '
13
13
__repo__ = 'https://github.com/sopel-irc/sopel-github'
14
14
You can’t perform that action at this time.
0 commit comments