diff --git a/NEWS b/NEWS index fc5bf5f..8ba1e62 100644 --- a/NEWS +++ b/NEWS @@ -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 ================ diff --git a/setup.py b/setup.py index f4998d8..943478c 100755 --- a/setup.py +++ b/setup.py @@ -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', diff --git a/sopel_modules/github/__init__.py b/sopel_modules/github/__init__.py index 1e2d0d1..61f1c9e 100644 --- a/sopel_modules/github/__init__.py +++ b/sopel_modules/github/__init__.py @@ -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'