We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a58a698 commit bf4b050Copy full SHA for bf4b050
NEWS
@@ -1,5 +1,8 @@
1
coming in the next release:
2
3
+6.0.9 - 19 May 2022
4
+ * Fix a crash that can occur with GeoRSS feeds that lack a ``<where>`` tag. (#305)
5
+
6
6.0.8 - 22 June 2021
7
* Fix the name and link to the chardet module in the documentation. (#280)
8
feedparser/__init__.py
@@ -32,7 +32,7 @@
32
33
__author__ = 'Kurt McKee <[email protected]>'
34
__license__ = 'BSD 2-clause'
35
-__version__ = '6.0.8'
+__version__ = '6.0.9'
36
37
# HTTP "User-Agent" header to send to servers when downloading feeds.
38
# If you are embedding feedparser in a larger application, you should
0 commit comments