Skip to content

Commit 17d44da

Browse files
committed
Fixed issue with str user_id
1 parent e71836c commit 17d44da

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

docs/build.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,12 @@ def read_cls_docstring(cls):
3636

3737
def get_versions():
3838
return [
39+
{
40+
"version": "0.1.38",
41+
"changes": [
42+
"Bug fixes.",
43+
],
44+
},
3945
{
4046
"version": "0.1.37",
4147
"changes": [

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "fastadmin"
3-
version = "0.1.37"
3+
version = "0.1.38"
44
description = ""
55
authors = ["Seva D <[email protected]>"]
66
license = "MIT"

0 commit comments

Comments
 (0)