Skip to content

Commit 6c3a62f

Browse files
committed
Prepare release 0.6.0
1 parent afaec5b commit 6c3a62f

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

HISTORY.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## Unreleased
44

5+
## 0.6.0 (2020-01-03)
6+
57
**Features and Improvements**
68

79
* Added support for Celery - adalekin

service_objects/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
"""Service objects for Django"""
22

3-
__version__ = '0.5.0'
3+
__version__ = '0.6.0'
44
__license__ = 'MIT License'

0 commit comments

Comments
 (0)