Skip to content

Commit

Permalink
Merge pull request #33 from edx/cliff/fix-version-0.1.14
Browse files Browse the repository at this point in the history
Version bump to 0.1.14
  • Loading branch information
jcdyer authored Oct 5, 2018
2 parents 43273f1 + d2dab58 commit 7f8ee3d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ Change Log
Unreleased
~~~~~~~~~~
[0.1.13] - 2018-10-04

[0.1.14] - 2018-10-04
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
* Added submit_completion and submit_group_completion methods on
CompletionService.
Expand Down
2 changes: 1 addition & 1 deletion completion/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@
from __future__ import unicode_literals


__version__ = '0.1.13'
__version__ = '0.1.14'

default_app_config = 'completion.apps.CompletionAppConfig' # pylint: disable=invalid-name

0 comments on commit 7f8ee3d

Please sign in to comment.