Skip to content

Commit

Permalink
Release 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dgw committed Dec 29, 2021
1 parent 3e8ca63 commit e01b652
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
14 changes: 14 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
Changes between 0.3.2 and 0.4.0
===============================

Added:
* `.twitinfo` command for user lookup (#20)
* Support for mobile links (#21)

Changed:
* Updated documentation for configuration (#25) and setup of Twitter API account

Fixed:
* Media link output when quoted tweets are involved (#24)


Changes between 0.3.1 and 0.3.2
===============================

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.2',
version='0.4.0',
description='A Twitter plugin 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.2'
__version__ = '0.4.0'

0 comments on commit e01b652

Please sign in to comment.