Skip to content

Commit

Permalink
v2.0.1 final
Browse files Browse the repository at this point in the history
  • Loading branch information
ken-morel committed Jun 27, 2024
1 parent bbf506b commit fa89c7c
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -164,3 +164,8 @@ class address:
number = CastedAttr(tuple[int])

```

The values are checked or casted on assignment

> [!NOTE]
> The attributes will return `None` if not yet initialized
1 change: 1 addition & 0 deletions docs/whatsnew.rst
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ pyoload v2.0.1
3. Added checks negation by prepending with `_`
4. A list of functions checks could now be passed as positional arguments
to `pyoload.Checks`
5. Increases the coverage to 99%

--------------------------------------------------
pyoload v2.0.0
Expand Down
2 changes: 1 addition & 1 deletion src/pyoload/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
:Authors:
ken-morel
:Version: 2.0.0
:Version: 2.0.1
:Dedication: To the pythonista.
"""

Expand Down

0 comments on commit fa89c7c

Please sign in to comment.