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.6
2+ ================
3+
4+ Changed:
5+ * No longer attempt to shorten links with shut-down git.io (#106)
6+
7+ Fixed:
8+ * Fix some edge cases in excerpted comment bodies (#105)
9+ * Clean up some output-formatting code (#107)
10+
11+
112Changes in 0.4.5
213================
314
Original file line number Diff line number Diff line change 2727
2828setup (
2929 name = 'sopel_modules.github' ,
30- version = '0.4.5 ' ,
30+ version = '0.4.6 ' ,
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.5 '
13+ __version__ = '0.4.6 '
1414__repo__ = 'https://github.com/sopel-irc/sopel-github'
1515
You can’t perform that action at this time.
0 commit comments