Skip to content

Commit

Permalink
Release version 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
justinmayer committed Sep 28, 2021
1 parent 684421a commit a9f5446
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
CHANGELOG
=========

2.0.0 - 2021-09-28
------------------

* Add preliminary support for adding images to feeds
* Update code for Python 3.6+
* Drop support for Python 2.7
* Fix double subtitles if both description & subtitle are provided

1.9.2 - 2021-08-18
------------------

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
MAINTAINER = 'Pelican Dev Team'
MAINTAINER_EMAIL = '[email protected]'
KEYWORDS = "feed atom rss".split(' ')
VERSION = '1.9.2'
VERSION = '2.0.0'

TEST_SUITE = 'tests_feedgenerator'

Expand Down

0 comments on commit a9f5446

Please sign in to comment.