Fix setup.py issue

This commit is contained in:
Daniel Greenfeld 2013-07-14 15:29:20 +02:00
parent 944baf62db
commit 854832accd
4 changed files with 7 additions and 2 deletions

View file

@ -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

View file

@ -1,5 +1,6 @@
include README.rst
include LICENSE
include AUTHORS.rst
include HISTORY.rst
include MANIFEST.in
recursive-include djadmin2 *.html *.css *.js

View file

@ -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'

View file

@ -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.