Skip to content

Commit 86daeaf

Browse files
committed
Release 0.4.6
1 parent 2be2b26 commit 86daeaf

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed

NEWS

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
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+
112
Changes in 0.4.5
213
================
314

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727

2828
setup(
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',

sopel_modules/github/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@
1010
__author__ = 'maxpowa'
1111
__email__ = 'maxpowa@outlook.com'
1212
__maintainer__ = 'dgw'
13-
__version__ = '0.4.5'
13+
__version__ = '0.4.6'
1414
__repo__ = 'https://github.com/sopel-irc/sopel-github'
1515

0 commit comments

Comments
 (0)