We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d563ab1 commit f431d92Copy full SHA for f431d92
file_router/__init__.py
@@ -6,7 +6,7 @@
6
from django.template import RequestContext, Template
7
from django.urls import path
8
9
-__version__ = "0.2.0"
+__version__ = "0.3.0"
10
11
DISALLOWED_CHARS = re.compile(
12
"|".join(
0 commit comments