Skip to content

Commit

Permalink
Version 0.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
dgw committed Apr 4, 2018
1 parent 7166633 commit ae22936
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
Changes in 0.1.3
================

Meta:
* Moved to Sopel organization on Github; new maintainer.

Changed:
* Uses requests instead of deprecated sopel.web functions. (Sopel itself
requires requests, so we don't have to.)
* Fetched git.io links use HTTPS now.
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.2',
version='0.1.3',
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.2'
__version__ = '0.1.3'
__repo__ = 'https://github.com/sopel-irc/sopel-github'

0 comments on commit ae22936

Please sign in to comment.