Skip to content

Commit 94657ea

Browse files
committed
Version 0.1.4
1 parent e973b43 commit 94657ea

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

NEWS

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
Changes in 0.1.4
2+
================
3+
4+
Changed:
5+
* "GitHub" is now properly capitalized everywhere in text output. (#9)
6+
7+
Fixed:
8+
* git.io shortening was cutting off GET parameters of input links. (#11)
9+
110
Changes in 0.1.3
211
================
312

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.1.3',
30+
version='0.1.4',
3131
description='Github module for Sopel',
3232
long_description=readme + '\n\n' + history,
3333
author='Max Gurela',

sopel_modules/github/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@
99

1010
__author__ = 'maxpowa'
1111
__email__ = 'maxpowa@outlook.com'
12-
__version__ = '0.1.3'
12+
__version__ = '0.1.4'
1313
__repo__ = 'https://github.com/sopel-irc/sopel-github'
1414

0 commit comments

Comments
 (0)