Skip to content

Commit

Permalink
Merge 2f77a5a into d8cd3ea
Browse files Browse the repository at this point in the history
  • Loading branch information
matagus committed Apr 23, 2015
2 parents d8cd3ea + 2f77a5a commit 5b18a08
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion planet/__init__.py
@@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
VERSION = (0, 7, 1, "f") # following PEP 386
VERSION = (0, 7, 2, "f") # following PEP 386

def get_version():
version = "%s.%s" % (VERSION[0], VERSION[1])
Expand Down
2 changes: 1 addition & 1 deletion planet/tasks.py
Expand Up @@ -205,7 +205,7 @@ def normalize_tag(tag):
date_modified = datetime.fromtimestamp(
time.mktime(date_modified))
except Exception:
date_modified = None
date_modified = planet_feed.last_modified or datetime.now()

try:
if len(Post.objects.filter(url=url, guid=guid)):
Expand Down

0 comments on commit 5b18a08

Please sign in to comment.