Skip to content

Commit

Permalink
Release 0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dgw committed May 4, 2020
1 parent c88ec4d commit c23b660
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
Changes between 0.3.0 and 0.3.1
===============================

Fixed:
* Stricter `/i/` URL matching (#15)


Changes between 0.2.1 and 0.3.0
===============================

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.twitter',
version='0.3.0',
version='0.3.1',
description='A Twitter module for Sopel',
long_description=readme + '\n\n' + history,
long_description_content_type='text/markdown',
Expand Down
2 changes: 1 addition & 1 deletion sopel_modules/twitter/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@

__author__ = 'dgw'
__email__ = '[email protected]'
__version__ = '0.3.0'
__version__ = '0.3.1'

0 comments on commit c23b660

Please sign in to comment.