diff --git a/HISTORY.rst b/HISTORY.rst index d3a2d4a..130905f 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -3,7 +3,7 @@ History ------- -0.1.0 (2014-02-20) +0.1.0 (2014-02-17) ++++++++++++++++++ -* First release on PyPI. \ No newline at end of file +* First release on PyPI. diff --git a/docs/conf.py b/docs/conf.py index c55cfdb..2099977 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -47,7 +47,7 @@ # General information about the project. project = u'django-restricted-sessions' -copyright = u'2014, django-restricted-sessions' +copyright = u'2014, Erik Romijn' # The version info for the project you're documenting, acts as replacement for # |version| and |release|, also used in various other places throughout the @@ -251,4 +251,4 @@ #texinfo_show_urls = 'footnote' # If true, do not generate a @detailmenu in the "Top" node's menu. -#texinfo_no_detailmenu = False \ No newline at end of file +#texinfo_no_detailmenu = False