diff --git a/HISTORY.rst b/HISTORY.rst index e4de61d..c58c540 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -1,7 +1,7 @@ History ========= -0.5.1 (2013-07-08) +0.5.1 (2013-07-14) * No longer pinning dependencies on specific versions * `Documentation on built-in views`_ shows context variables. diff --git a/README.rst b/README.rst index cb6bf03..ec69e54 100644 --- a/README.rst +++ b/README.rst @@ -19,7 +19,7 @@ rewrite of that library using modern Class-Based Views and enjoying a design focused on extendibility and adaptability. By starting over, we can avoid the legacy code and make it easier to write extensions and themes. -Documentation: http://django-admin2.rtfd.org/ +Full Documentation at: http://django-admin2.rtfd.org/ Features ============= diff --git a/setup.py b/setup.py index 866d3a9..0152e3c 100644 --- a/setup.py +++ b/setup.py @@ -62,7 +62,7 @@ def remove_screenshots(text): if len(line) and line[0] in string.ascii_letters: outputting = True if outputting: - new_text += line + new_text += line + '\n' return new_text