Skip to content

Commit 692d6ea

Browse files
committed
chore: prepare new release
1 parent 7f39f30 commit 692d6ea

File tree

5 files changed

+5
-16
lines changed

5 files changed

+5
-16
lines changed

CLAUDE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
## 📋 General Information
66

77
- **Project Name**: securechain-auth
8-
- **Version**: 1.1.2
8+
- **Version**: 1.1.3
99
- **Description**: Authentication and user registration backend for Secure Chain tools
1010
- **Framework**: FastAPI 0.116.1
1111
- **Python**: 3.13+

app/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ async def lifespan(app: FastAPI):
3131
lifespan=lifespan,
3232
title="Secure Chain Auth Backend",
3333
docs_url=settings.DOCS_URL,
34-
version="1.1.2",
34+
version="1.1.3",
3535
description=DESCRIPTION,
3636
contact={
3737
"name": "Secure Chain Team",

app/utils/password_encoder.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
from bcrypt import gensalt, hashpw, checkpw
1+
from bcrypt import checkpw, gensalt, hashpw
22

33

44
class PasswordEncoder:

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "securechain-auth"
3-
version = "1.1.2"
3+
version = "1.1.3"
44
description = "A simple user registry backend for Secure Chain tools"
55
readme = "README.md"
66
requires-python = ">=3.13"

uv.lock

Lines changed: 1 addition & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)