Skip to content

Commit

Permalink
change version to 0.2.11
Browse files Browse the repository at this point in the history
  • Loading branch information
Rollmops committed Jul 7, 2021
1 parent f6605e5 commit c0a7c0b
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/conf.py
Expand Up @@ -31,7 +31,7 @@
# The short X.Y version
version = ''
# The full version, including alpha/beta/rc tags
release = '0.2.10'
release = '0.2.11'

# -- General configuration ---------------------------------------------------

Expand Down
2 changes: 1 addition & 1 deletion restit/__init__.py
Expand Up @@ -11,4 +11,4 @@
from .static_directory_resource import StaticDirectoryResource
from .static_file_response import StaticFileResponse

__version__ = "0.2.10"
__version__ = "0.2.11"
1 change: 0 additions & 1 deletion restit/internal/request_body_schema_deserializer.py
Expand Up @@ -18,4 +18,3 @@ def deserialize(request: Request, request_body_properties: RequestBodyProperties
raise request_body_properties.validation_error_class(
f"Request body schema deserialization failed ({str(error)})"
)

0 comments on commit c0a7c0b

Please sign in to comment.