mirror of
https://github.com/jazzband/django-admin2.git
synced 2026-04-10 09:51:06 +00:00
Fix setup.py issue
This commit is contained in:
parent
944baf62db
commit
854832accd
4 changed files with 7 additions and 2 deletions
|
|
@ -1,6 +1,10 @@
|
|||
History
|
||||
=========
|
||||
|
||||
0.5.2 (2013-07-14)
|
||||
|
||||
* setup.py fix
|
||||
|
||||
0.5.1 (2013-07-14)
|
||||
|
||||
* No longer pinning dependencies on specific versions
|
||||
|
|
|
|||
|
|
@ -1,5 +1,6 @@
|
|||
include README.rst
|
||||
include LICENSE
|
||||
include AUTHORS.rst
|
||||
include HISTORY.rst
|
||||
include MANIFEST.in
|
||||
recursive-include djadmin2 *.html *.css *.js
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
# -*- coding: utf-8 -*-
|
||||
from __future__ import division, absolute_import, unicode_literals
|
||||
|
||||
__version__ = '0.5.1'
|
||||
__version__ = '0.5.2'
|
||||
|
||||
__author__ = 'Daniel Greenfeld & Contributors'
|
||||
|
||||
|
|
|
|||
|
|
@ -70,7 +70,7 @@ copyright = u'2013, Daniel Greenfeld'
|
|||
# The short X.Y version.
|
||||
version = '0.5'
|
||||
# The full version, including alpha/beta/rc tags.
|
||||
release = '0.5.1'
|
||||
release = '0.5.2'
|
||||
|
||||
# The language for content autogenerated by Sphinx. Refer to documentation
|
||||
# for a list of supported languages.
|
||||
|
|
|
|||
Loading…
Reference in a new issue