Changeset - 16ba57d8fe23
[Not reviewed]
Marcin Kuzminski - 15 years ago 2010-10-03 02:24:38
marcin@python-works.com
version bump
2 files changed with 2 insertions and 2 deletions:
0 comments (0 inline, 0 general)
pylons_app/__init__.py
Show inline comments
 
@@ -24,7 +24,7 @@ versioning implementation: http://semver
 
@author: marcink
 
"""
 

	
 
VERSION = (0, 8, 4, 'beta')
 
VERSION = (0, 8, 5, 'beta')
 

	
 
__version__ = '.'.join((str(each) for each in VERSION[:4]))
 

	
setup.py
Show inline comments
 
@@ -24,7 +24,7 @@ setup(
 
        "pygments>=1.3.0",
 
        "mercurial>=1.6",
 
        "pysqlite",
 
        "whoosh==1.0.0b19",
 
        "whoosh==1.0.0b20",
 
        "py-bcrypt",
 
        "celery",
 
    ],
0 comments (0 inline, 0 general)