Skip to content

Commit 89e4c21

Browse files
committed
Version 2.1.0
1 parent c5fd2ed commit 89e4c21

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

CHANGELOG.md

+3-4
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
1-
# 2.1.0-dev
1+
# 2.1.0
22

3-
Release date: `2025-xx-xx`
3+
Release date: `2025-03-03`
44

55
## Bug Fixes
66

7-
8-
- Calendar recipe: more precise events date range to prevent whole-day events from day N-1 to also appear at day N.
7+
- Calendar recipe: prevent whole-day events from day N-1 to also appear at day N.
98
- Calendar recipe: whole-day event date formatting.
109
- Calendar recipe: consistent spacing between the calendar picture and the next item.
1110
- Weather recipe: shortened descriptions to fit into the remaining 18 characters wide.

src/thermalprinter/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
from thermalprinter.exceptions import ThermalPrinterError
1717
from thermalprinter.thermalprinter import ThermalPrinter
1818

19-
__version__ = "2.1.0-dev"
19+
__version__ = "2.1.0"
2020
__author__ = "Mickaël Schoentgen"
2121
__copyright__ = f"""
2222
Copyright (c) 2016-2025, {__author__}

0 commit comments

Comments
 (0)