Compare commits

...

4 Commits
1.2.0 ... 1.2.2

Author SHA1 Message Date
AlexVonB
241ed02bc1 Merge branch 'develop' 2025-11-16 20:19:50 +01:00
AlexVonB
add391a623 bump to version v1.2.2 2025-11-16 20:19:33 +01:00
AlexVonB
e89cc2a1f8 Merge branch 'develop' 2025-11-16 20:15:01 +01:00
Gareth Jones
aafa4c3b16 fix: include py.typed file (#235) 2025-11-16 20:07:11 +01:00
2 changed files with 2 additions and 1 deletions

1
markdownify/py.typed Normal file
View File

@@ -0,0 +1 @@

View File

@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
[project]
name = "markdownify"
version = "1.2.0"
version = "1.2.2"
authors = [{name = "Matthew Tretter", email = "m@tthewwithanm.com"}]
description = "Convert HTML to markdown."
readme = "README.rst"