Skip to content

Commit

Permalink
Merge pull request #5 from edx/cpappas/version-bump
Browse files Browse the repository at this point in the history
Update CHANGELOG.rst
  • Loading branch information
christopappas authored Mar 6, 2019
2 parents 799a6da + 0f2d449 commit 712bcf6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,11 @@ Unreleased

*

[0.1.1] - 2019-03-06
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

* Bumping version so we get pip updated with new models we added

[0.1.0] - 2019-02-28
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Expand Down
2 changes: 1 addition & 1 deletion edx_rbac/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@

from __future__ import absolute_import, unicode_literals

__version__ = '0.1.0'
__version__ = '0.1.1'

default_app_config = 'edx_rbac.apps.EdxRbacConfig' # pylint: disable=invalid-name

0 comments on commit 712bcf6

Please sign in to comment.