Skip to content

Commit

Permalink
Add path argument to NoMethod class (#78)
Browse files Browse the repository at this point in the history
* Add path argument to NoMethod class

Resolves #77

* Make pretty

---------

Co-authored-by: Adam Hopkins <[email protected]>
  • Loading branch information
eric-spitler and ahopkins authored Dec 10, 2023
1 parent 556aa0f commit 0f9405d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sanic_routing/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
from .router import BaseRouter


__version__ = "23.6.0"
__version__ = "23.6.1"
__all__ = ("BaseRouter", "Route", "RouteGroup")

0 comments on commit 0f9405d

Please sign in to comment.