Skip to content

Commit

Permalink
Version bump & changelog update for release
Browse files Browse the repository at this point in the history
  • Loading branch information
dgw committed May 18, 2016
1 parent 2a1a38f commit 2a653ff
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 3 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.1.3-dev
current_version = 0.2.0
commit = False
tag = False
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\-(?P<release>[a-z]+))?
Expand Down
13 changes: 13 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,19 @@ Changelog
Ticket numbers in changelog entries can be looked up by visiting
``https://github.com/dgw/sopel-wolfram/issue/<number>``

sopel-wolfram v0.2.0
--------------------

Updates:

* Try a lot harder to give useful output (#3)
* Tell user to try again if an unspecified error occurs (empty error message)

Meta:

* Cleanup: PEP8 & unused imports
* Refactor to make future addition of integration tests easier

sopel-wolfram v0.1.2 "Switch"
-----------------------------

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.wolfram',
version='0.1.3-dev',
version='0.2.0',
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.1.3-dev'
__version__ = '0.2.0'

0 comments on commit 2a653ff

Please sign in to comment.