Skip to content

Commit

Permalink
prepare release 0.8.6
Browse files Browse the repository at this point in the history
  • Loading branch information
ramonski committed Apr 8, 2016
1 parent d3ca574 commit 5c0e21d
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions docs/HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
Changelog
=========

0.8.6 - 2016-04-08
------------------

Fix for broken release 0.8.5


0.8.5 - 2016-04-08
------------------

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
import os
from setuptools import setup, find_packages

version = '0.8.5'
version = '0.8.6'

long_description = (
open('README.rst').read()
Expand Down
2 changes: 1 addition & 1 deletion src/plone/jsonapi/routes/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ def version():
return dist.version

__version__ = version()
__build__ = 480
__build__ = 500
__date__ = '2016-04-08'


Expand Down

0 comments on commit 5c0e21d

Please sign in to comment.