Skip to content

Commit

Permalink
Merge pull request #6 from dgw/no-wolframalpha-3.0
Browse files Browse the repository at this point in the history
No wolframalpha 3.0 yet (see #5)
  • Loading branch information
dgw authored Sep 11, 2016
2 parents cfa21af + a10e752 commit db4593a
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.2.1-dev
current_version = 0.2.1
commit = False
tag = False
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\-(?P<release>[a-z]+))?
Expand Down
5 changes: 3 additions & 2 deletions NEWS
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,13 @@ Changelog
Ticket numbers in changelog entries can be looked up by visiting
``https://github.com/dgw/sopel-wolfram/issue/<number>``

Unreleased
----------
sopel-wolfram v0.2.1
--------------------

Updates:

* Output now split into multiple messages when line breaks are present (#4)
* Tell pip we do not want wolframalpha 3.0 yet (#6)

sopel-wolfram v0.2.0
--------------------
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
sopel>=6.0,<7
wolframalpha>=2.0
wolframalpha>=2.0,<3.0
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.wolfram',
version='0.2.1-dev',
version='0.2.1',
description='Wolfram|Alpha module for Sopel IRC bot framework',
long_description=readme + '\n\n' + history,
author='Max Gurela',
Expand Down
2 changes: 1 addition & 1 deletion sopel_modules/wolfram/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@

__author__ = 'Max Gurela'
__email__ = '[email protected]'
__version__ = '0.2.1-dev'
__version__ = '0.2.1'

0 comments on commit db4593a

Please sign in to comment.