- Modernize and improve tests (#32 & #34 — thanks to @venthur)
- Drop support for Python 3.6 and test on 3.10 & 3.11 (#35 — thanks to @hugovk)
- Exclude
tests_feedgenerator/__pycache__
from distribution (#33 — thanks to @BenSturmfels)
- 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
Use description field as subtitle for Atom feeds, if provided
Trim files included in source tarball
- Always set the
updated
element of anentry
in Atom feeds - Change
get_tag_uri()
so the/
before a fragment gets only added if there is a fragment
- Support Atom’s
<content>
element - Put Atom pubdate in
<published>
, not<updated>
- Support giving an explicit
<updated>
for Atom
Set minimum pytz version
Add Python 3 support
Added tests
Initial packaged release