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
 
@@ -21,13 +21,13 @@
 
Created on April 9, 2010
 
Hg app, a web based mercurial repository managment based on pylons
 
versioning implementation: http://semver.org/
 
@author: marcink
 
"""
 

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

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

	
 
def get_version():
 
    """
 
    Returns shorter version (digit parts only) as string.
setup.py
Show inline comments
 
@@ -21,13 +21,13 @@ setup(
 
        "babel",
 
        "Mako>=0.3.2",
 
        "vcs>=0.1.7",
 
        "pygments>=1.3.0",
 
        "mercurial>=1.6",
 
        "pysqlite",
 
        "whoosh==1.0.0b19",
 
        "whoosh==1.0.0b20",
 
        "py-bcrypt",
 
        "celery",
 
    ],
 
    setup_requires=["PasteScript>=1.6.3"],
 
    packages=find_packages(exclude=['ez_setup']),
 
    include_package_data=True,
0 comments (0 inline, 0 general)