Skip to content

Commit 70a687e

Browse files
committed
Bump the project metadata
1 parent d7be734 commit 70a687e

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

41 files changed

+44
-51
lines changed

LICENSE

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ feedparser and its unit tests are released under the following license:
22

33
----- begin license block -----
44

5-
Copyright (C) 2010-2023 Kurt McKee <[email protected]>
5+
Copyright (C) 2010-2025 Kurt McKee <[email protected]>
66
Copyright (C) 2002-2008 Mark Pilgrim
77
All rights reserved.
88

@@ -38,7 +38,7 @@ released under the following license:
3838

3939
----- begin license block -----
4040

41-
Copyright (C) 2010-2023 Kurt McKee <[email protected]>
41+
Copyright (C) 2010-2025 Kurt McKee <[email protected]>
4242
Copyright (C) 2004-2008 Mark Pilgrim. All rights reserved.
4343

4444
Redistribution and use in source (Sphinx ReST) and "compiled" forms (HTML, PDF,

NEWS

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

3+
6.0.12 - 10 September 2025
4+
* Fix an ``AssertionError`` crash that occurs with Python 3.10 and higher. (#304)
5+
* Fix a ``DeprecationWarning`` thrown during calls to ``re.sub``. (#389)
6+
* Add a Read the Docs configuration.
7+
38
6.0.11 - 9 December 2023
49
* Resolve ``cgi`` module deprecation warnings. (#330)
510

README.rst

Lines changed: 1 addition & 1 deletion

changelog.d/20210612_152233_kurtmckee_python3_10.rst

Lines changed: 0 additions & 4 deletions
This file was deleted.

changelog.d/20220521_105155_kurtmckee_fix_python_3_11_cgi_deprecation.rst

Lines changed: 0 additions & 4 deletions
This file was deleted.

changelog.d/20230219_170632_kurtmckee_fix_rtd.rst

Lines changed: 0 additions & 4 deletions
This file was deleted.

docs/conf.py

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

1212
# project information
1313
project = 'feedparser'
14-
copyright = '2010-2023 Kurt McKee, 2004-2008 Mark Pilgrim'
14+
copyright = '2010-2025 Kurt McKee, 2004-2008 Mark Pilgrim'
1515
language = 'en'
1616

1717
# documentation options

docs/license.rst

Lines changed: 1 addition & 1 deletion

dodo.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# This file is part of feedparser.
2-
# Copyright 2020-2023 Kurt McKee <[email protected]>
2+
# Copyright 2020-2025 Kurt McKee <[email protected]>
33
# Released under the BSD 2-clause license.
44

55
# The tasks defined in this file automates the entire

feedparser/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2010-2023 Kurt McKee <[email protected]>
1+
# Copyright 2010-2025 Kurt McKee <[email protected]>
22
# Copyright 2002-2008 Mark Pilgrim
33
# All rights reserved.
44
#
@@ -32,7 +32,7 @@
3232

3333
__author__ = 'Kurt McKee <[email protected]>'
3434
__license__ = 'BSD 2-clause'
35-
__version__ = '6.0.11'
35+
__version__ = '6.0.12'
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)