Skip to content

Commit

Permalink
v1.2.11
Browse files Browse the repository at this point in the history
  • Loading branch information
sg495 committed Mar 17, 2024
1 parent c7949b2 commit 26de932
Show file tree
Hide file tree
Showing 9 changed files with 563 additions and 180 deletions.
1 change: 1 addition & 0 deletions docs/api/typing_validation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ The following members were explicitly reexported using ``__all__``:
- :py:class:`typing_validation.inspector.UnsupportedType`
- :py:func:`typing_validation.validation.can_validate`
- :py:func:`typing_validation.validation_failure.get_validation_failure`
- :py:func:`typing_validation.validation.inspect_type`
- :py:func:`typing_validation.validation.is_valid`
- :py:func:`typing_validation.validation_failure.latest_validation_failure`
- :py:func:`typing_validation.validation.validate`
Expand Down
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@
# built documents.
#
# The full version, including alpha/beta/rc tags.
release = "1.2.10"
release = "1.2.11"
# The short X.Y version.
version = "1.2.10"
version = "1.2.11"


# -- General configuration ---------------------------------------------------
Expand Down
1 change: 1 addition & 0 deletions run-black.bat
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
black -l 80 -t py38 -t py39 -t py310 -t py311 -t py312 .\typing_validation
black -l 80 -t py38 -t py39 -t py310 -t py311 -t py312 .\test
@pause
Loading

0 comments on commit 26de932

Please sign in to comment.