Free and open source ticket system written in python
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Update version number to 0.5.2 final

+1 -1
+1 -1
paw/__init__.py
··· 1 1 from django import get_version 2 2 3 - VERSION = (0, 5, 0, "beta", 0) 3 + VERSION = (0, 5, 2, "final", 0) 4 4 5 5 __version__ = get_version(VERSION)