File tree Expand file tree Collapse file tree 2 files changed +12
-3
lines changed
Expand file tree Collapse file tree 2 files changed +12
-3
lines changed Original file line number Diff line number Diff line change 1+ ## [ 1.0.1] ( https://github.com/LukasNiessen/ArchUnitPython/compare/v1.0.0...v1.0.1 ) (2026-04-02)
2+
3+
4+ ### Bug Fixes
5+
6+ * update readme ([ 70ff6ad] ( https://github.com/LukasNiessen/ArchUnitPython/commit/70ff6ad7634a70d8539a93b3e25e31d6b75b73e3 ) )
7+ * update readme ([ 066189f] ( https://github.com/LukasNiessen/ArchUnitPython/commit/066189fa342a4a2b3a48b0b779013d47885a3dca ) )
8+ * version bumps ([ 19e5eb7] ( https://github.com/LukasNiessen/ArchUnitPython/commit/19e5eb72cbb24f11e528d66aa6d78e491804688c ) )
9+
110# 1.0.0 (2026-04-02)
211
312
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44
55[project ]
66name = " archunitpython"
7- version = " 1.0.0 "
7+ version = " 1.0.1 "
88description = " Architecture testing library for Python projects. Enforce dependency rules, detect cycles, validate metrics."
99readme = " README.md"
1010license = " MIT"
@@ -67,13 +67,13 @@ python_classes = ["Test*"]
6767python_functions = [" test_*" ]
6868
6969[tool .mypy ]
70- python_version = " 3.10 "
70+ python_version = " 1.0.1 "
7171strict = true
7272warn_return_any = true
7373warn_unused_configs = true
7474
7575[tool .ruff ]
76- target-version = " py310 "
76+ target-version = " 1.0.1 "
7777line-length = 100
7878
7979[tool .ruff .lint ]
You can’t perform that action at this time.
0 commit comments