Skip to content

Commit

Permalink
Bump version: 0.5.5 → 0.5.6
Browse files Browse the repository at this point in the history
  • Loading branch information
genomics-geek committed Feb 8, 2019
1 parent 9dd5f24 commit d940ee6
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -89,3 +89,11 @@ History
`Full Changelog <https://github.com/chopdgd/django-user-activities/compare/v0.5.4...v0.5.5>`_

* Minor model change to make text not required in Comment/Review models

0.5.5 (2019-02-08)
++++++++++++++++++

`Full Changelog <https://github.com/chopdgd/django-user-activities/compare/v0.5.5...v0.5.6>`_

* Updated 3rd party requirements.
* Updated testing to properly use py.text fixtures
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.5.5
current_version = 0.5.6
commit = True
tag = True

Expand Down
2 changes: 1 addition & 1 deletion user_activities/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '0.5.5'
__version__ = '0.5.6'

0 comments on commit d940ee6

Please sign in to comment.