Skip to content

Commit

Permalink
bump to 0.6.5
Browse files Browse the repository at this point in the history
  • Loading branch information
ergo committed Apr 27, 2016
1 parent 5b8427f commit c0ce21d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
4 changes: 2 additions & 2 deletions CHANGES
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@ Changelog
=========
2016-04-27
----------
* Release: 0.6.4
* Release: 0.6.5
* got rid of all unicode warnings generated by sqlalchemy and start to use
unicode for all strings
* user.resources_with_possible_perms() passes resource_types properly

2016-04-19
----------
* Release: 0.6.3
* Release: 0.6.3/0.6.4
* extended functionality of `populate_obj` function of Base class
* minor bugfix for mysql
* BACKWARDS INCOMPATIBLE CHANGES
Expand Down
5 changes: 3 additions & 2 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,15 @@ Changelog

2016-04-27
----------
* Release: 0.6.4
* Release: 0.6.5
* got rid of all unicode warnings generated by sqlalchemy and start to use
unicode for all strings
* user.resources_with_possible_perms() passes resource_types properly


2016-04-19
----------
* Release: 0.6.3
* Release: 0.6.3/0.6.4
* extended functionality of `populate_obj` function of Base class
* minor bugfix for mysql
* BACKWARDS INCOMPATIBLE CHANGES
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': 4}
__version__ = {'major': 0, 'minor': 6, 'patch': 5}


class ModelProxy(object):
Expand Down

0 comments on commit c0ce21d

Please sign in to comment.