or
``pip install 0.1.3.zip``
**New Changes**:
* New feature: Role Ranking (solve conflits in permissions)
* New shortcut: ``remove_all(role_class, obj=None)``
* Shortcut ``get_users`` now returns QuerySet instead of list
**Bugfixes from previous releases**:
* Unpredictable behavior using multiple roles attached to the same (user, object). - Pull 16
* Cache key might generate conflits - Pull 13
**Bugs reported in this release:**
* Issue 17 - Models using nullable ForeignKey as permission parent might cause abnormal behavior.
* *waiting*