Skip to content

got a v1 version migrator that didn't change the version #4510

@minrk

Description

@minrk

I just got a version bump PR: conda-forge/fenics-basix-feedstock#28

but it doesn't change the version, it just added quotes around the version string and resets build number to zero:

 context:
   name: fenics-basix
-  version: 0.9.0
+  version: "0.9.0"
   # cxx_compiler_version not specified on Windows
   # extract from cxx_compiler
   cxx_compiler_version: ${{ cxx_compiler_version | default(cxx_compiler | replace("vs", "")) }}
@@ -18,7 +18,7 @@ source:
   sha256: 60e96b2393084729b261cb10370f0e44d12735ab3dbd1f15890dec23b9e85329
 
 build:
-  number: 3
+  number: 0
   variant:
     use_keys:

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions