From 854832accd99174da0652edc0bda4c5cf743946d Mon Sep 17 00:00:00 2001 From: Daniel Greenfeld Date: Sun, 14 Jul 2013 15:29:20 +0200 Subject: [PATCH] Fix setup.py issue --- HISTORY.rst | 4 ++++ MANIFEST.in | 1 + djadmin2/__init__.py | 2 +- docs/conf.py | 2 +- 4 files changed, 7 insertions(+), 2 deletions(-) diff --git a/HISTORY.rst b/HISTORY.rst index c58c540..d7b416b 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -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 diff --git a/MANIFEST.in b/MANIFEST.in index f4ffdab..5bc735b 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,5 +1,6 @@ include README.rst include LICENSE include AUTHORS.rst +include HISTORY.rst include MANIFEST.in recursive-include djadmin2 *.html *.css *.js diff --git a/djadmin2/__init__.py b/djadmin2/__init__.py index 1cfb9eb..a72bced 100644 --- a/djadmin2/__init__.py +++ b/djadmin2/__init__.py @@ -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' diff --git a/docs/conf.py b/docs/conf.py index 13092ed..6dcfc9e 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -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.