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.4.1
2+ ================
3+
4+ Added:
5+ * Include link to issue/PR in output when triggered by bare numeric reference
6+ in chat (#85)
7+
8+ Fixed:
9+ * Double space in output of "self-assigned" webhook events (#80)
10+
11+
112Changes in 0.4.0
213================
314
Original file line number Diff line number Diff line change 2727
2828setup (
2929 name = 'sopel_modules.github' ,
30- version = '0.4.0 ' ,
30+ version = '0.4.1 ' ,
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.0 '
13+ __version__ = '0.4.1 '
1414__repo__ = 'https://github.com/sopel-irc/sopel-github'
1515
You can’t perform that action at this time.
0 commit comments