Skip to content

Commit

Permalink
Correct deprecation versions
Browse files Browse the repository at this point in the history
  • Loading branch information
kenodegard authored Oct 10, 2023
1 parent dff7d28 commit ba85fdf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions conda_build/conda_interface.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,8 @@
from .deprecations import deprecated

deprecated.constant(
"24.3",
"24.9",
"3.28.0",
"4.0.0",
"IndexRecord",
PackageRecord,
addendum="Use `conda.models.records.PackageRecord` instead.",
Expand Down

0 comments on commit ba85fdf

Please sign in to comment.