Skip to content
This repository has been archived by the owner on Sep 3, 2019. It is now read-only.

Commit

Permalink
Merge branch 'hotfix/0.6.2'
Browse files Browse the repository at this point in the history
  • Loading branch information
myles committed Aug 14, 2013
2 parents 655c85a + 8766b3c commit 22af05d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion blog/__init__.py
@@ -1,2 +1,2 @@
VERSION = (0, 6, 1)
VERSION = (0, 6, 2)
__version__ = ".".join(map(str, VERSION))
2 changes: 1 addition & 1 deletion blog/views/archive.py
Expand Up @@ -152,7 +152,7 @@ def get(self, request, year, week, *args, **kwargs):

class BlogPostDayArchiveView(TemplateResponseMixin, ContextMixin, View):

template_name = "blog/archive/day.html"
template_name = "blog/archive/weekday.html"

def get(self, request, year, month, day, *args, **kwargs):
try:
Expand Down

0 comments on commit 22af05d

Please sign in to comment.