Skip to content

Commit 26167a5

Browse files
committed
chore: bump setuptools version
1 parent 981fc8f commit 26167a5

File tree

3 files changed

+16
-3
lines changed

3 files changed

+16
-3
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,16 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
1818

1919
2020

21+
## [3000.0.2] - 2025-11-19
22+
23+
### Added
24+
25+
- feat: add `py.typed` marker file ([981fc8f])
26+
27+
### Changed
28+
29+
- fix: do not log a warning if dev mode is disabled ([0ddc16a])
30+
2131
## [3000.0.1] - 2025-11-17
2232

2333
### Added
@@ -47,9 +57,12 @@ Not applicable.
4757
<!-- markdownlint-disable-file MD024 -->
4858

4959
[Unreleased]: https://github.com/olivierlacan/keep-a-changelog/compare/v3000.0.0...HEAD
60+
[3000.0.2]: https://github.com/olivierlacan/keep-a-changelog/compare/v3000.0.1...v3000.0.2
5061
[3000.0.1]: https://github.com/olivierlacan/keep-a-changelog/compare/v3000.0.0...v3000.0.1
5162
[3000.0.0]: https://github.com/olivierlacan/keep-a-changelog/releases/tag/v3000.0.0
5263

5364
<!-- only slugs below here -->
65+
[0ddc16a]: https://github.com/Utiligize/configator/commit/0ddc16ac3e8e0637137bf93146630198215d6546
5466
[5ddbe83]: https://github.com/Utiligize/configator/commit/5ddbe839ddbb42fe72c1d5acffa2751ced5f967c
5567
[7569cb8]: https://github.com/Utiligize/configator/commit/7569cb8540028800570513411a5ab5291ab45cc6
68+
[981fc8f]: https://github.com/Utiligize/configator/commit/981fc8f4087cef661888e93bf8d147a085f04dc6

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "configator"
3-
version = "3000.0.1"
3+
version = "3000.0.2"
44
description = "Load config values from 1Password with this module."
55
readme = "README.md"
66
requires-python = ">=3.12"
@@ -12,7 +12,7 @@ dependencies = [
1212
]
1313

1414
[build-system]
15-
requires = ["setuptools>=42"]
15+
requires = ["setuptools>=70", "wheel"]
1616
build-backend = "setuptools.build_meta"
1717

1818
[tool.coverage.run]

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)