Skip to content

Commit

Permalink
version
Browse files Browse the repository at this point in the history
  • Loading branch information
fafhrd91 committed May 3, 2012
1 parent 670f5ca commit d9816ef
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGES.txt
Expand Up @@ -2,7 +2,7 @@
CHANGES
=======

0.5.0 (2012-05-03)
0.5.1 (2012-05-03)
==================

Features
Expand Down
2 changes: 1 addition & 1 deletion ptahcms/manage/tests/test_apps.py
Expand Up @@ -37,7 +37,7 @@ def test_apps_module(self):
mod = mr['apps']

self.assertIsInstance(mod, ApplicationsModule)
self.assertTrue(mod.available())
self.assertFalse(mod.available())

def test_apps_view(self):
from ptahcms.manage.apps import ApplicationsModule
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -4,7 +4,7 @@
import multiprocessing # atexit exception
from setuptools import setup, find_packages

version = '0.5.0'
version = '0.5.1'

install_requires = ['setuptools',
'ptah >= 0.5.0',
Expand Down

0 comments on commit d9816ef

Please sign in to comment.