Skip to content

Commit 06b9938

Browse files
Merge branch 'develop' into feat/support-pydantic-in-query-form-header
2 parents 2940de6 + c1d53c2 commit 06b9938

File tree

5 files changed

+17
-16
lines changed

5 files changed

+17
-16
lines changed

.github/workflows/on_pr_updates.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,5 @@ jobs:
3232
- name: Block if it doesn't minimum requirements
3333
if: contains(github.event.pull_request.labels.*.name, 'do-not-merge')
3434
run: |
35-
echo "This PR does not meet minimum requirements (check PR comments)."
35+
echo "PR has 'do-not-merge' label. Please resolve the issues mentioned in the PR comments."
3636
exit 1
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
"""Exposes version constant to avoid circular dependencies."""
22

3-
VERSION = "3.21.1a0"
3+
VERSION = "3.21.1a1"

poetry.lock

Lines changed: 12 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)