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.

bump version

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