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
+
1
12
Changes in 0.4.5
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.4.5 ' ,
30
+ version = '0.4.6 ' ,
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.5 '
13
+ __version__ = '0.4.6 '
14
14
__repo__ = 'https://github.com/sopel-irc/sopel-github'
15
15
You can’t perform that action at this time.
0 commit comments