Skip to content

Commit b67929d

Browse files
Final changes ready for v1.1.0
1 parent 7edda69 commit b67929d

2 files changed

Lines changed: 9 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,14 @@
22

33
All notable changes to this project will be documented in this file.
44

5-
## [1.1.0] - 2026-05-15
5+
## [1.1.0] - 2026-05-20
66

77
### Changed
88

99
- Minimum supported Python version is now 3.10 (Python 3.9 is no longer supported).
10+
- Minimum `requests` version is now 2.33.1.
11+
- PyPI package metadata updated (Production/Stable, project URLs).
12+
- README expanded with configuration options, known limitations, and troubleshooting (including rate limiting and access denied).
1013

1114
## [1.0.0] - 2025-06-02
1215
### Added

pyproject.toml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,10 @@ classifiers = [
2323
"Environment :: Console",
2424
"License :: OSI Approved :: MIT License",
2525
"Programming Language :: Python :: 3.10",
26+
"Programming Language :: Python :: 3.11",
27+
"Programming Language :: Python :: 3.12",
28+
"Programming Language :: Python :: 3.13",
29+
"Programming Language :: Python :: 3.14",
2630
"Topic :: Scientific/Engineering :: Information Analysis",
2731
"Topic :: Software Development :: Libraries",
2832
"Topic :: Utilities",
@@ -32,7 +36,7 @@ classifiers = [
3236
Homepage = "https://github.com/WileyLabs/tdm-client"
3337
Changelog = "https://github.com/WileyLabs/tdm-client/blob/main/CHANGELOG.md"
3438
Repository = "https://github.com/WileyLabs/tdm-client"
35-
Issues = " https://github.com/WileyLabs/tdm-client/issues"
39+
Issues = "https://github.com/WileyLabs/tdm-client/issues"
3640

3741
[project.optional-dependencies]
3842
lint = [

0 commit comments

Comments
 (0)