Skip to content

Commit fa89c7c

Browse files
committed
v2.0.1 final
1 parent bbf506b commit fa89c7c

File tree

3 files changed

+7
-1
lines changed

3 files changed

+7
-1
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -164,3 +164,8 @@ class address:
164164
number = CastedAttr(tuple[int])
165165

166166
```
167+
168+
The values are checked or casted on assignment
169+
170+
> [!NOTE]
171+
> The attributes will return `None` if not yet initialized

docs/whatsnew.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ pyoload v2.0.1
2020
3. Added checks negation by prepending with `_`
2121
4. A list of functions checks could now be passed as positional arguments
2222
to `pyoload.Checks`
23+
5. Increases the coverage to 99%
2324

2425
--------------------------------------------------
2526
pyoload v2.0.0

src/pyoload/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
:Authors:
1414
ken-morel
1515
16-
:Version: 2.0.0
16+
:Version: 2.0.1
1717
:Dedication: To the pythonista.
1818
"""
1919

0 commit comments

Comments
 (0)