Skip to content

Commit ec77aac

Browse files
chore: update CHANGELOG.md for v2.1.17
1 parent 43db3c1 commit ec77aac

1 file changed

Lines changed: 22 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,25 @@
1+
## v2.1.17 - 2026-08-01
2+
## Version 2.1.17
3+
4+
### Changes to Existing Features
5+
- **Dependencies**:
6+
- Updated `pytz` to version `2026.3` in both `requirements.txt` and `docs/requirements.txt`. This update ensures compatibility with the latest timezone data.
7+
8+
### Internal
9+
- **Version Update**:
10+
- Bumped the package version to `2.1.17` to reflect the changes in dependencies.
11+
12+
### Diagram of Dependency Changes
13+
```mermaid
14+
graph TD;
15+
A[Previous pytz Version 2025.1] --> B[requirements.txt];
16+
A --> C[docs/requirements.txt];
17+
B --> D[Updated to pytz 2026.3];
18+
C --> E[Updated to pytz 2026.3];
19+
```
20+
21+
This update focuses on maintaining compatibility with the latest timezone data by updating the `pytz` dependency.
22+
123
## v2.1.16 - 2026-07-25
224
## Version 2.1.16
325

0 commit comments

Comments
 (0)