Skip to content

Commit bf4b050

Browse files
committed
Bump project metadata
1 parent a58a698 commit bf4b050

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

NEWS

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
coming in the next release:
22

3+
6.0.9 - 19 May 2022
4+
* Fix a crash that can occur with GeoRSS feeds that lack a ``<where>`` tag. (#305)
5+
36
6.0.8 - 22 June 2021
47
* Fix the name and link to the chardet module in the documentation. (#280)
58

feedparser/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232

3333
__author__ = 'Kurt McKee <[email protected]>'
3434
__license__ = 'BSD 2-clause'
35-
__version__ = '6.0.8'
35+
__version__ = '6.0.9'
3636

3737
# HTTP "User-Agent" header to send to servers when downloading feeds.
3838
# If you are embedding feedparser in a larger application, you should

0 commit comments

Comments
 (0)