Skip to content

Commit

Permalink
Version 0.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
dgw committed Feb 9, 2019
1 parent e973b43 commit 94657ea
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
Changes in 0.1.4
================

Changed:
* "GitHub" is now properly capitalized everywhere in text output. (#9)

Fixed:
* git.io shortening was cutting off GET parameters of input links. (#11)

Changes in 0.1.3
================

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@

setup(
name='sopel_modules.github',
version='0.1.3',
version='0.1.4',
description='Github module for Sopel',
long_description=readme + '\n\n' + history,
author='Max Gurela',
Expand Down
2 changes: 1 addition & 1 deletion sopel_modules/github/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@

__author__ = 'maxpowa'
__email__ = 'maxpowa@outlook.com'
__version__ = '0.1.3'
__version__ = '0.1.4'
__repo__ = 'https://github.com/sopel-irc/sopel-github'

0 comments on commit 94657ea

Please sign in to comment.