Skip to content

Commit 566312f

Browse files
authored
Version 1.6. Project license changed from MIT to AGPL-3.0 (#56)
GNU Affero General Public License v3
1 parent e8a0e3e commit 566312f

2 files changed

Lines changed: 8 additions & 2 deletions

File tree

history.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
03.04.2025 ver.1.6
2+
------------------
3+
4+
* Project license changed from MIT to AGPL-3.0. Becouse underlaying PyMuPDF library released under AGPL.
5+
https://github.com/vb64/markdown-pdf/issues/55
6+
17
18.03.2025 ver.1.5
28
------------------
39

setup.cfg

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = markdown_pdf
3-
version = 1.5
3+
version = 1.6
44
author = Vitaly Bogomolov
55
author_email = mail@vitaly-bogomolov.ru
66
description = Markdown to pdf renderer
@@ -11,7 +11,7 @@ project_urls =
1111
Bug Tracker = https://github.com/vb64/markdown-pdf/issues
1212
classifiers =
1313
Programming Language :: Python :: 3
14-
License :: OSI Approved :: MIT License
14+
License :: OSI Approved :: GNU Affero General Public License v3
1515
Operating System :: OS Independent
1616

1717
[options]

0 commit comments

Comments
 (0)