Skip to content

Releases: getpelican/feedgenerator

FeedGenerator 2.2.1

17 Aug 19:36

Choose a tag to compare

Restore missing content property to default item dictionary (#47 by @uda)

FeedGenerator 2.2.0

14 Jul 16:03

Choose a tag to compare

  • Update to latest upstream code from Django 5.2 (#44 — thanks to @uda)
  • Remove pytz as a dependency on non-Windows systems (#43 — thanks to @do3cc)
  • Use standardized pyproject file (#37 — thanks to @venthur)
  • Drop support for EOL Python 3.7 & 3.8 (@justinmayer)

FeedGenerator 2.1.0

14 Apr 10:50

Choose a tag to compare

  • 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)

FeedGenerator 2.0.0

28 Sep 11:48

Choose a tag to compare

  • 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

FeedGenerator 1.9.2

18 Aug 09:08

Choose a tag to compare

  • Use description field as subtitle for Atom feeds, if provided (#23)
  • Update list of explicitly-supported Python versions to 3.6 – 3.9

FeedGenerator 1.9.1

09 Feb 16:10

Choose a tag to compare

  • Remove unnecessary files from source distribution
  • Update PyPI classifiers