Skip to content

Commit

Permalink
Update version to [Klein, version 23.12.0]
Browse files Browse the repository at this point in the history
  • Loading branch information
glyph committed Dec 22, 2023
1 parent cb3dea2 commit d156615
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions src/klein/_dihttp.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ class RequestURL:
"""
Require a hyperlink L{DecodedURL} object from a L{Requirer}.
@since: Klein 23.12.0.rc7
@since: Klein 23.12.0
"""

@classmethod
Expand Down Expand Up @@ -80,7 +80,7 @@ class RequestComponent:
"""
Require a hyperlink L{DecodedURL} object from a L{Requirer}.
@since: Klein 23.12.0.rc7
@since: Klein 23.12.0
"""

interface: Type[Interface]
Expand Down Expand Up @@ -120,7 +120,7 @@ class Response:
- a body object, which can be anything else Klein understands; for
example, an IResource, an IRenderable, str, bytes, etc.
@since: Klein 23.12.0.rc7
@since: Klein 23.12.0
"""

code: int = 200
Expand Down
2 changes: 1 addition & 1 deletion src/klein/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@

from incremental import Version

__version__ = Version("Klein", 23, 12, 0, release_candidate=7)
__version__ = Version("Klein", 23, 12, 0)
__all__ = ["__version__"]

0 comments on commit d156615

Please sign in to comment.