Skip to content

Commit

Permalink
Merge pull request #102 from gmarciani/wip/mgiacomo/3101-release-cond…
Browse files Browse the repository at this point in the history
…a-0708-1

[Release] Bump AWS ParallelCluster version to 3.10.1.
  • Loading branch information
gmarciani authored Jul 8, 2024
2 parents c363038 + 98e0b6c commit 9061319
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{% set name = "aws-parallelcluster" %}
{% set version = "3.10.0" %}
{% set version = "3.10.1" %}

package:
name: {{ name|lower }}
version: {{ version }}

source:
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/aws-parallelcluster-{{ version }}.tar.gz
sha256: bfee58fb477c5e51e31695630a4ccfa0374d6545f2b1654ab0860fed5e9efde5
sha256: 92adab86dbf5b65ffe411ed6422c26aab7fcdfdf0fadc91067595563e32a6aef

build:
entry_points:
Expand Down

1 comment on commit 9061319

@conda-forge-webservices
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi! This is the friendly automated conda-forge-webservice.

I updated the Github team because of this commit.

You should get push access to this feedstock and CI services.

Your package won't be available for installation locally until it is built
and synced to the anaconda.org CDN (takes 1-2 hours after the build finishes).

Feel free to join the community Element channel.

NOTE: Please make sure to not push to the repository directly.
Use branches in your fork for any changes and send a PR.
More details on this are here.

Please sign in to comment.