Changeset - 2fa16ec5822d
[Not reviewed]
Marcin Kuzminski - 15 years ago 2010-09-28 22:26:13
marcin@python-works.com
version bump
1 file changed with 1 insertions and 1 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, 3, 'beta')
 
VERSION = (0, 8, 4, 'beta')
 

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

	
0 comments (0 inline, 0 general)