We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e71836c commit 17d44daCopy full SHA for 17d44da
2 files changed
docs/build.py
@@ -36,6 +36,12 @@ def read_cls_docstring(cls):
36
37
def get_versions():
38
return [
39
+ {
40
+ "version": "0.1.38",
41
+ "changes": [
42
+ "Bug fixes.",
43
+ ],
44
+ },
45
{
46
"version": "0.1.37",
47
"changes": [
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "fastadmin"
3
-version = "0.1.37"
+version = "0.1.38"
4
description = ""
5
authors = ["Seva D <[email protected]>"]
6
license = "MIT"
0 commit comments