Skip to content

Commit

Permalink
Prepare release 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mixxorz committed Jan 3, 2020
1 parent afaec5b commit 6c3a62f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## Unreleased

## 0.6.0 (2020-01-03)

**Features and Improvements**

* Added support for Celery - adalekin
Expand Down
2 changes: 1 addition & 1 deletion service_objects/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
"""Service objects for Django"""

__version__ = '0.5.0'
__version__ = '0.6.0'
__license__ = 'MIT License'

0 comments on commit 6c3a62f

Please sign in to comment.