Skip to content

Commit 5fb080e

Browse files
authored
Prepare 2.32.0.dev1 (#23099)
NOTE: Bumps out #22642 again.
1 parent 3543200 commit 5fb080e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/python/pants/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.32.0.dev0
1+
2.32.0.dev1

src/python/pants/backend/docker/subsystems/dockerfile_parser.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@ async def parse_dockerfile(
224224

225225
if not dockerfile_parser.use_rust_parser:
226226
warn_or_error(
227-
removal_version="2.32.0.dev1",
227+
removal_version="2.33.0.dev1",
228228
entity="Using the old Dockerfile parser",
229229
hint=softwrap(
230230
f"""

0 commit comments

Comments
 (0)