Skip to content

Commit

Permalink
version: 0.6.8
Browse files Browse the repository at this point in the history
  • Loading branch information
ergo committed Jul 5, 2016
1 parent b0fc751 commit 80f5ba5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
Changelog
=========

2016-07-05
----------
* Release: 0.6.8
* use importlib for imports to avoid issues with unicode passed to __import__()

2016-05-05
----------
* Release: 0.6.6/0.6.7
Expand Down
2 changes: 1 addition & 1 deletion ziggurat_foundations/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from __future__ import unicode_literals

__version__ = {'major': 0, 'minor': 6, 'patch': 7}
__version__ = {'major': 0, 'minor': 6, 'patch': 8}


class ModelProxy(object):
Expand Down

0 comments on commit 80f5ba5

Please sign in to comment.