Skip to content

Commit

Permalink
Fixed issue with str user_id
Browse files Browse the repository at this point in the history
  • Loading branch information
vsdudakov committed Apr 22, 2023
1 parent e71836c commit 17d44da
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions docs/build.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,12 @@ def read_cls_docstring(cls):

def get_versions():
return [
{
"version": "0.1.38",
"changes": [
"Bug fixes.",
],
},
{
"version": "0.1.37",
"changes": [
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "fastadmin"
version = "0.1.37"
version = "0.1.38"
description = ""
authors = ["Seva D <vsdudakov@gmail.com>"]
license = "MIT"
Expand Down

0 comments on commit 17d44da

Please sign in to comment.