Skip to content

Commit

Permalink
Release 2024.9.0 (#292)
Browse files Browse the repository at this point in the history
automerged PR by conda-forge/automerge-action
  • Loading branch information
github-actions[bot] authored Sep 13, 2024
2 parents 8c86cf7 + 0f1b2d7 commit f3e4309
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion build-locally.py

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{% set version = "2024.8.2" %}
{% set version = "2024.9.0" %}
{% set version_split = version.split('.') %}
{% set dask_core_version = version_split[:3] | join('.') if version_split | length == 4 else version %}

Expand All @@ -9,7 +9,7 @@ package:

source:
url: https://pypi.io/packages/source/d/distributed/distributed-{{ version }}.tar.gz
sha256: 3fceae46d6e7b771c15cc1e2c8349f2900f003bb9846c471c14c19a0c0025197
sha256: cb5f76ff230fc2249b15b0a66da46982e23249e5d8389c16dfe427e598b71c57

build:
number: 0
Expand Down

0 comments on commit f3e4309

Please sign in to comment.