Skip to content

Commit 5ac99fb

Browse files
committed
adding dev-v0.11.12 tag to this commit to ensure building
1 parent 4720f5c commit 5ac99fb

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

html/supertokens_python/constants.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ <h1 class="title">Module <code>supertokens_python.constants</code></h1>
4040
# License for the specific language governing permissions and limitations
4141
# under the License.
4242
SUPPORTED_CDI_VERSIONS = [&#34;2.9&#34;, &#34;2.10&#34;, &#34;2.11&#34;, &#34;2.12&#34;, &#34;2.13&#34;, &#34;2.14&#34;, &#34;2.15&#34;]
43-
VERSION = &#34;0.11.11&#34;
43+
VERSION = &#34;0.11.12&#34;
4444
TELEMETRY = &#34;/telemetry&#34;
4545
USER_COUNT = &#34;/users/count&#34;
4646
USER_DELETE = &#34;/user/remove&#34;

html/supertokens_python/framework/django/django_response.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ <h1 class="title">Module <code>supertokens_python.framework.django.django_respon
7979
key=key,
8080
value=value,
8181
expires=datetime.fromtimestamp(ceil(expires / 1000)).strftime(
82-
&#34;%A, %B %d, %Y %H:%M:%S&#34;
82+
&#34;%a, %d %b %Y %H:%M:%S GMT&#34;
8383
),
8484
path=path,
8585
domain=domain,
@@ -167,7 +167,7 @@ <h2 class="section-title" id="header-classes">Classes</h2>
167167
key=key,
168168
value=value,
169169
expires=datetime.fromtimestamp(ceil(expires / 1000)).strftime(
170-
&#34;%A, %B %d, %Y %H:%M:%S&#34;
170+
&#34;%a, %d %b %Y %H:%M:%S GMT&#34;
171171
),
172172
path=path,
173173
domain=domain,
@@ -256,7 +256,7 @@ <h3>Methods</h3>
256256
key=key,
257257
value=value,
258258
expires=datetime.fromtimestamp(ceil(expires / 1000)).strftime(
259-
&#34;%A, %B %d, %Y %H:%M:%S&#34;
259+
&#34;%a, %d %b %Y %H:%M:%S GMT&#34;
260260
),
261261
path=path,
262262
domain=domain,

0 commit comments

Comments
 (0)