Skip to content

Commit

Permalink
Adjust versions to 3.2.0
Browse files Browse the repository at this point in the history
Signed-off-by: Jean-Christophe Morin <jean_christophe_morin@hotmail.com>
  • Loading branch information
JeanChristopheMorinPerso committed Jun 29, 2024
1 parent b12651e commit 355a891
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/rez/package_cache.py
Original file line number Diff line number Diff line change
Expand Up @@ -413,7 +413,7 @@ def add_variants_async(self, variants):
This method is called when a context is created or sourced. Variants
are then added to the cache in a separate process.
.. deprecated:: 3.1.0
.. deprecated:: 3.2.0
Use :method:`add_variants` instead.
"""
return self.add_variants(variants, package_cache_async=True)
Expand Down
2 changes: 1 addition & 1 deletion src/rez/rezconfig.py
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,7 @@
# Asynchronously cache packages. If this is false, resolves will block until
# all packages are cached.
#
# .. versionadded:: 3.1.0
# .. versionadded:: 3.2.0
package_cache_async = True

# Allow caching of local packages. You would only want to set this True for
Expand Down

0 comments on commit 355a891

Please sign in to comment.