Skip to content

Commit f39cf84

Browse files
committed
Bump version to 3.9
1 parent 07bf207 commit f39cf84

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

docs/changelog.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -10,28 +10,28 @@ and this project adheres to the
1010
[Python Version Specification](https://packaging.python.org/en/latest/specifications/version-specifiers/).
1111
See the [Contributing Guide](contributing.md) for details.
1212

13-
## [Unreleased]
13+
## [3.9.0] - 2025-09-04
1414

1515
### Changed
1616

1717
* Footnotes are now ordered by the occurrence of their references in the
1818
document. A new configuration option for the footnotes extension,
1919
`USE_DEFINITION_ORDER`, has been added to support restoring the previous
20-
behavior of ordering footnotes by the occurrence of definitions.
20+
behavior of ordering footnotes by the occurrence of definitions (#1367).
2121

2222
### Fixed
2323

24-
* Ensure inline processing iterates through elements in document order.
25-
* Fix handling of incomplete HTML tags in code spans in Python 3.14.
24+
* Ensure inline processing iterates through elements in document order (#1546).
25+
* Fix handling of incomplete HTML tags in code spans in Python 3.14 (#1547).
2626

2727
## [3.8.2] - 2025-06-19
2828

2929
### Fixed
3030

31-
* Fix `codecs` deprecation in Python 3.14.
32-
* Fix issue with unclosed comment parsing in Python 3.14.
33-
* Fix issue with unclosed declarations in Python 3.14.
34-
* Fix issue with unclosed HTML tag `<foo` and Python 3.14.
31+
* Fix `codecs` deprecation in Python 3.14 (#1537).
32+
* Fix issue with unclosed comment parsing in Python 3.14 (#1537).
33+
* Fix issue with unclosed declarations in Python 3.14 (#1537).
34+
* Fix issue with unclosed HTML tag `<foo` and Python 3.14 (#1537).
3535

3636
## [3.8.1] - 2025-06-18
3737

markdown/__meta__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
from __future__ import annotations
2929

3030

31-
__version_info__ = (3, 8, 2, 'final', 0)
31+
__version_info__ = (3, 9, 0, 'final', 0)
3232

3333

3434
def _get_version(version_info):

0 commit comments

Comments
 (0)