Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions history.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
03.04.2025 ver.1.6
------------------

* Project license changed from MIT to AGPL-3.0. Becouse underlaying PyMuPDF library released under AGPL.
https://github.com/vb64/markdown-pdf/issues/55

18.03.2025 ver.1.5
------------------

Expand Down
4 changes: 2 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = markdown_pdf
version = 1.5
version = 1.6
author = Vitaly Bogomolov
author_email = mail@vitaly-bogomolov.ru
description = Markdown to pdf renderer
Expand All @@ -11,7 +11,7 @@ project_urls =
Bug Tracker = https://github.com/vb64/markdown-pdf/issues
classifiers =
Programming Language :: Python :: 3
License :: OSI Approved :: MIT License
License :: OSI Approved :: GNU Affero General Public License v3
Operating System :: OS Independent

[options]
Expand Down