Skip to content

Commit

Permalink
Merge pull request #141 from zuzukin/release-24.4.0
Browse files Browse the repository at this point in the history
Release 24.4.0
  • Loading branch information
analog-cbarber authored Apr 14, 2024
2 parents fcd238c + c1dad6f commit 3e7db41
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# whl2conda changes

## [24.4.0] - *in progress*
## [24.4.0] - 2024-4-14
### Changes
* Only use classic installer in `whl2conda install` environments if
`conda-libmamba-solver` in base environment has version less than 24.1.0 (see #118)
Expand Down
3 changes: 3 additions & 0 deletions doc/reference/links.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,14 @@
* [Binary distribution format](https://packaging.python.org/en/latest/specifications/binary-distribution-format/)
* [Recording installed packages](https://packaging.python.org/en/latest/specifications/recording-installed-packages/)
* [Current meta-data specification](https://packaging.python.org/en/latest/specifications/core-metadata/)
* [Platform compatibility tags](https://packaging.python.org/en/latest/specifications/platform-compatibility-tags/)
* [Wheel 1.0 file format (PEP 427)](https://peps.python.org/pep-0427/)
* [Wheel metadata 1.0 (PEP 241)](https://peps.python.org/pep-0241/)
* [Wheel metadata 1.1 (PEP 314)](https://peps.python.org/pep-0314/)
* [Wheel metadata 1.2 (PEP 345)](https://peps.python.org/pep-0345/)
* [Wheel metadata 2.1 (PEP 566)](https://peps.python.org/pep-0566/)
* [Wheel metadata 2.2 (PEP 643)](https://peps.python.org/pep-643/)
* [Wheel metadata 2.3 (PEP 685)](https://peps.python.org/pep-685/)

## pyproject.toml metadata format:

Expand Down

0 comments on commit 3e7db41

Please sign in to comment.