Skip to content

Commit

Permalink
Prepare release 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mixxorz committed Aug 27, 2018
1 parent b355511 commit 6c04125
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# Release History

## unreleased
## Unreleased

## 0.5.0 (2018-08-27)

**Features and Improvements**

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.4.0'
__version__ = '0.5.0'
__license__ = 'MIT License'
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
LONG_DESCRIPTION = pypandoc.convert(README_PATH, 'rst')
LONG_DESCRIPTION_TYPE = 'text/x-rst; charset=UTF-8'
except (IOError, ImportError):
LONG_DESCRIPTION_TYPE = 'text=markdown'
LONG_DESCRIPTION_TYPE = 'text/markdown'
if os.path.isfile(README_PATH):
with open(README_PATH) as f:
LONG_DESCRIPTION = f.read()
Expand Down

0 comments on commit 6c04125

Please sign in to comment.