Skip to content

Commit

Permalink
v2.13.23 - Default attribute options
Browse files Browse the repository at this point in the history
  • Loading branch information
pritamrungta committed Dec 5, 2023
1 parent 8c2735c commit e827faf
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion redbrick/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@

from .version_check import version_check

__version__ = "2.13.22"
__version__ = "2.13.23"

# windows event loop close bug https://github.com/encode/httpx/issues/914#issuecomment-622586610
try:
Expand Down
4 changes: 4 additions & 0 deletions redbrick/repo/shards.py
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,7 @@
archived
parents
hint
defaultValue
}
seriesClassify {
name
Expand All @@ -140,6 +141,7 @@
archived
parents
hint
defaultValue
}
instanceClassify {
name
Expand All @@ -154,6 +156,7 @@
archived
parents
hint
defaultValue
}
objectTypes {
category
Expand All @@ -172,6 +175,7 @@
archived
parents
hint
defaultValue
}
color
archived
Expand Down

0 comments on commit e827faf

Please sign in to comment.