mirror of
https://github.com/jazzband/django-authority.git
synced 2026-05-05 14:14:44 +00:00
Re-added dev tagging and bumping version up to 0.3
This commit is contained in:
parent
6785c63044
commit
0a73b40bef
2 changed files with 2 additions and 2 deletions
|
|
@ -1,5 +1,5 @@
|
|||
[egg_info]
|
||||
#tag_build = dev
|
||||
tag_build = dev
|
||||
|
||||
[build_sphinx]
|
||||
source-dir = docs/
|
||||
|
|
|
|||
2
setup.py
2
setup.py
|
|
@ -6,7 +6,7 @@ def read(fname):
|
|||
|
||||
setup(
|
||||
name='django-authority',
|
||||
version='0.2',
|
||||
version='0.3',
|
||||
description="A Django app that provides generic per-object-permissions for Django's auth app.",
|
||||
long_description=read('README'),
|
||||
author='Jannis Leidel',
|
||||
|
|
|
|||
Loading…
Reference in a new issue