Skip to content

Commit c66301a

Browse files
[auto-commit] [skip ci] Bump the build number
1 parent 879daad commit c66301a

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,11 @@ This changelog documents user-facing updates (features, enhancements, fixes, and
66

77
<!-- NEW CONTENT GENERATED BELOW. PLEASE PRESERVE THIS COMMENT. -->
88

9+
#### 1.2.2.dev22 (2025-11-06)
10+
11+
- Validate Sandbox names when creating and restoring Sandboxes.
12+
13+
914
#### 1.2.2.dev11 (2025-10-31)
1015

1116
- The JSON from `modal config show` can now be parsed by cli tools such as `jq`.

modal_version/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# Copyright Modal Labs 2025
22
"""Supplies the current version of the modal client library."""
33

4-
__version__ = "1.2.2.dev21"
4+
__version__ = "1.2.2.dev22"

0 commit comments

Comments
 (0)