Skip to content

Commit

Permalink
update doc and release 0.8.5
Browse files Browse the repository at this point in the history
  • Loading branch information
jssuzanne committed Jun 20, 2016
1 parent 5a6a720 commit 2929e31
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 2 deletions.
File renamed without changes.
2 changes: 1 addition & 1 deletion anyblok/release.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
# This Source Code Form is subject to the terms of the Mozilla Public License,
# v. 2.0. If a copy of the MPL was not distributed with this file,You can
# obtain one at http://mozilla.org/MPL/2.0/.
version = '0.8.4'
version = '0.8.5'
6 changes: 6 additions & 0 deletions doc/CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,12 @@
CHANGELOG
=========

0.8.5 (2016-06-20)
------------------

* [FIX] utf-8 encoding
* [REF] move bitbucket (mergurial) to github (git)

0.8.4 (2016-06-14)
------------------

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
import os
import sys
from setuptools import setup, find_packages
version = '0.8.4'
version = '0.8.5'


if sys.version_info < (3, 3):
Expand Down

0 comments on commit 2929e31

Please sign in to comment.