Skip to content

Commit ea6484f

Browse files
committed
remove comment, bump project version
1 parent a4ba914 commit ea6484f

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

crudadmin/session/schemas.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,6 @@ class AdminSession(TimestampSchema, BaseSession):
105105
session_metadata: dict[str, Any] = Field(
106106
default_factory=dict, description="admin specific session metadata"
107107
)
108-
# remove redundant timestamp fields - let TimestampSchema handle them
109108

110109

111110
class AdminSessionRead(BaseSession):

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "crudadmin"
3-
version = "0.3.0"
3+
version = "0.3.1"
44
description = "FastAPI-based admin interface with authentication, event logging and CRUD operations"
55
readme = "README.md"
66
requires-python = ">=3.9"

0 commit comments

Comments
 (0)