Skip to content

Commit

Permalink
release: 0.5.6
Browse files Browse the repository at this point in the history
  • Loading branch information
ergo committed Jun 15, 2015
1 parent 2ac9899 commit a470e62
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
import sys

setup(name='ziggurat_foundations',
version='0.5.5',
version='0.5.6',
description=""" Set of classes that are reusable across various types of
web apps, base user object, auth relationships + structured resource tree
""",
Expand Down
2 changes: 1 addition & 1 deletion ziggurat_foundations/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = {'major': 0, 'minor': 5, 'patch': 5}
__version__ = {'major': 0, 'minor': 5, 'patch': 6}


def make_passwordmanager():
Expand Down

0 comments on commit a470e62

Please sign in to comment.