We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d99f37e commit d969d5fCopy full SHA for d969d5f
1 file changed
src/palace/manager/api/admin/config.py
@@ -85,7 +85,7 @@ class OperationalMode(str, Enum):
85
class Configuration(LoggerMixin):
86
APP_NAME = "Palace Collection Manager"
87
PACKAGE_NAME = "@thepalaceproject/circulation-admin"
88
- PACKAGE_VERSION = "1.38.0"
+ PACKAGE_VERSION = "1.39.0"
89
90
STATIC_ASSETS = {
91
"admin_js": "circulation-admin.js",
0 commit comments