Skip to content

Commit

Permalink
JUst a version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
xurble committed Jun 7, 2021
1 parent 35fcb3c commit f78e00f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
3 changes: 3 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@

### 1.0.0
- No real changes, but this is fine. No more 0.x nonsense

### 0.3.2
- bug fix release - `last_change` was not being saved

Expand Down
1 change: 0 additions & 1 deletion feeds/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,6 @@ def read_feed(source_feed, output=NullOutput()):
source_feed.last_result = "Unhandled Case"
output.write(str(ret))
except Exception as ex:
logging.error("Fetch feed error: " + str(ex))
source_feed.last_result = ("Fetch error:" + str(ex))[:255]
source_feed.status_code = 0
output.write("\nFetch error: " + str(ex))
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

setuptools.setup(
name='django-feed-reader',
version='0.3.2',
version='1.0.0',
description='An RSS feed reading library for Django.',
long_description=long_description,
long_description_content_type='text/markdown',
Expand Down

0 comments on commit f78e00f

Please sign in to comment.