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 to 0.5.0-beta.0

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