Skip to content

Commit d0e8ff1

Browse files
committed
chore: bump version; 1.0.5 -> 1.0.6
1 parent 8cd8392 commit d0e8ff1

30 files changed

+31
-31
lines changed

examples/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# coding:utf-8
33
# Copyright (C) 2020-2025 All rights reserved.
44
# FILENAME: ~~/examples/__init__.py
5-
# VERSION: 1.0.5
5+
# VERSION: 1.0.6
66
# CREATED: 2021-09-03 14:55
77
# AUTHOR: Sitt Guruvanich <[email protected]>
88
# DESCRIPTION: https://www.w3docs.com/snippets/python/what-is-init-py-for.html

examples/body.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# coding:utf-8
33
# Copyright (C) 2020-2025 All rights reserved.
44
# FILENAME: ~~/examples/body.py
5-
# VERSION: 1.0.5
5+
# VERSION: 1.0.6
66
# CREATED: 2023-08-01 22:44
77
# AUTHOR: Sitt Guruvanich <[email protected]>
88
# DESCRIPTION:

examples/form_data.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# coding:utf-8
33
# Copyright (C) 2020-2025 All rights reserved.
44
# FILENAME: ~~/examples/form_data.py
5-
# VERSION: 1.0.5
5+
# VERSION: 1.0.6
66
# CREATED: 2023-11-04 14:50
77
# AUTHOR: Sitt Guruvanich <[email protected]>
88
# DESCRIPTION:

examples/header.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# coding:utf-8
33
# Copyright (C) 2020-2025 All rights reserved.
44
# FILENAME: ~~/examples/header.py
5-
# VERSION: 1.0.5
5+
# VERSION: 1.0.6
66
# CREATED: 2023-05-23 16:56
77
# AUTHOR: Sitt Guruvanich <[email protected]>
88
# DESCRIPTION:

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ readme = 'README.md'
6767
name = 'fastapi-csrf-protect'
6868
repository = 'https://github.com/aekasitt/fastapi-csrf-protect'
6969
requires-python = '>=3.9'
70-
version = '1.0.5'
70+
version = '1.0.6'
7171

7272

7373
[tool.mypy]

src/fastapi_csrf_protect/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# coding:utf-8
33
# Copyright (C) 2020-2025 All rights reserved.
44
# FILENAME: ~~/src/fastapi_csrf_protect/__init__.py
5-
# VERSION: 1.0.5
5+
# VERSION: 1.0.6
66
# CREATED: 2020-11-25 14:35
77
# AUTHOR: Sitt Guruvanich <[email protected]>
88
# DESCRIPTION: https://www.w3docs.com/snippets/python/what-is-init-py-for.html
@@ -19,4 +19,4 @@
1919
__all__: tuple[str, ...] = ("CsrfProtect",)
2020
__name__ = "fastapi-csrf-protect"
2121
__package__ = "fastapi-csrf-protect"
22-
__version__ = "1.0.5"
22+
__version__ = "1.0.6"

src/fastapi_csrf_protect/core.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# coding:utf-8
33
# Copyright (C) 2020-2025 All rights reserved.
44
# FILENAME: ~~/src/fastapi_csrf_protect/core.py
5-
# VERSION: 1.0.5
5+
# VERSION: 1.0.6
66
# CREATED: 2020-11-25 14:35
77
# AUTHOR: Sitt Guruvanich <[email protected]>
88
# DESCRIPTION:

src/fastapi_csrf_protect/csrf_config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# coding:utf-8
33
# Copyright (C) 2020-2025 All rights reserved.
44
# FILENAME: ~~/src/fastapi_csrf_protect/csrf_config.py
5-
# VERSION: 1.0.5
5+
# VERSION: 1.0.6
66
# CREATED: 2020-11-25 14:35
77
# AUTHOR: Sitt Guruvanich <[email protected]>
88
# DESCRIPTION:

src/fastapi_csrf_protect/exceptions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# coding:utf-8
33
# Copyright (C) 2020-2025 All rights reserved.
44
# FILENAME: ~~/src/fastapi_csrf_protect/exceptions.py
5-
# VERSION: 1.0.5
5+
# VERSION: 1.0.6
66
# CREATED: 2020-11-25 14:35
77
# AUTHOR: Sitt Guruvanich <[email protected]>
88
# DESCRIPTION:

src/fastapi_csrf_protect/flexible/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# coding:utf-8
33
# Copyright (C) 2020-2025 All rights reserved.
44
# FILENAME: ~~/src/fastapi_csrf_protect/flexible/__init__.py
5-
# VERSION: 1.0.5
5+
# VERSION: 1.0.6
66
# CREATED: 2025-08-11 16:02:06+02:00
77
# AUTHOR: Eliam Lotonga <[email protected]>
88
# DESCRIPTION: https://www.w3docs.com/snippets/python/what-is-init-py-for.html

0 commit comments

Comments
 (0)