File tree Expand file tree Collapse file tree 3 files changed +11
-2
lines changed
Expand file tree Collapse file tree 3 files changed +11
-2
lines changed Original file line number Diff line number Diff line change 1+ Changes in 0.1.5
2+ ================
3+
4+ Fixed:
5+ * Refactoring unintentionally broke registering new repo webhooks (#14)
6+
7+ Meta:
8+ * PyPI package description should be rendered to HTML now (fixed content-type)
9+
110Changes in 0.1.4
211================
312
Original file line number Diff line number Diff line change 2727
2828setup (
2929 name = 'sopel_modules.github' ,
30- version = '0.1.4 ' ,
30+ version = '0.1.5 ' ,
3131 description = 'GitHub module 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 99
1010__author__ = 'maxpowa'
1111__email__ = 'maxpowa@outlook.com'
12- __version__ = '0.1.4 '
12+ __version__ = '0.1.5 '
1313__repo__ = 'https://github.com/sopel-irc/sopel-github'
1414
You can’t perform that action at this time.
0 commit comments