Skip to content

Commit e452a84

Browse files
committed
Preparing release 2.1.0
1 parent 28f81c6 commit e452a84

5 files changed

Lines changed: 16 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,21 @@ Changelog
33

44
<!-- towncrier release notes start -->
55

6+
7+
2.1.0 (2026-03-19)
8+
------------------
9+
10+
New features:
11+
12+
- Provide a web service as a Docker container for composing documents. [buchi]
13+
14+
15+
Other changes:
16+
17+
- Lowered the minimum required Python version from 3.12 to 3.10. [buchi]
18+
- Removed dependency on six. [buchi]
19+
20+
621
2.0.2 (2026-02-17)
722
------------------
823

changes/python310.other

Lines changed: 0 additions & 1 deletion
This file was deleted.

changes/six-removal.other

Lines changed: 0 additions & 1 deletion
This file was deleted.

changes/web-service.feature

Lines changed: 0 additions & 1 deletion
This file was deleted.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "docxcompose"
3-
version = "2.1.0.dev0"
3+
version = "2.1.0"
44
description = "Compose .docx documents"
55
authors = [{name="Thomas Buchberger", email="<t.buchberger@4teamwork.ch>"}]
66
license = "MIT license"

0 commit comments

Comments
 (0)