Skip to content

Commit ae22936

Browse files
committed
Version 0.1.3
1 parent 7166633 commit ae22936

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

NEWS

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
Changes in 0.1.3
2+
================
3+
4+
Meta:
5+
* Moved to Sopel organization on Github; new maintainer.
6+
7+
Changed:
8+
* Uses requests instead of deprecated sopel.web functions. (Sopel itself
9+
requires requests, so we don't have to.)
10+
* Fetched git.io links use HTTPS now.

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.2',
30+
version='0.1.3',
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.2'
12+
__version__ = '0.1.3'
1313
__repo__ = 'https://github.com/sopel-irc/sopel-github'
1414

0 commit comments

Comments
 (0)