From a387d222677e81c1736739a24a7a4a57be3c55df Mon Sep 17 00:00:00 2001 From: "C. Titus Brown" Date: Tue, 9 Apr 2024 15:05:14 -0700 Subject: [PATCH] MRG: 4.8.8 release branch (#3110) Release candidate testing: - [x] Command line tests pass for a release candidate - [x] All eight release candidate wheels are built Releasing to PyPI: - [ ] RC tag(s)s deleted on github - [ ] Release tag cut - [ ] Release notes written - [ ] All eight release wheels built - [ ] Release wheels uploaded to pypi - [ ] tar.gz distribution uploaded to pypi After release to PyPI and conda-forge/bioconda packages built: - [ ] [PyPI page](https://pypi.org/project/sourmash/) updated - [ ] Zenodo DOI successfully minted upon new github release - [see search results](https://zenodo.org/search?page=1&size=20&q=sourmash&sort=mostrecent) - [ ] `pip install sourmash` installs the correct version - [ ] [conda-forge sourmash-minimal-feedstock](https://github.com/conda-forge/sourmash-minimal-feedstock) has updated `sourmash-minimal` to the correct version - [ ] `mamba create -n smash-release -y sourmash` installs the correct version Optional but recommended: - [ ] PR submitted to update pyodide version - [ ] PR submitted to update spack version --- ## Release notes: - Bump histogram from 0.9.1 to 0.10.0 (#3109) - Bump getrandom from 0.2.12 to 0.2.14 (#3108) - MRG: add pyopensci review badge (#3105) - Bump enum_dispatch from 0.3.12 to 0.3.13 (#3102) - Bump serde_json from 1.0.114 to 1.0.115 (#3101) - Update pytest-cov requirement from <5.0,>=4 to >=4,<6.0 (#3097) - Bump rayon from 1.9.0 to 1.10.0 (#3098) - Implement file parsing for webassembly (#3047) --- flake.nix | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/flake.nix b/flake.nix index 57213ac6a..5c3795f1d 100644 --- a/flake.nix +++ b/flake.nix @@ -68,7 +68,7 @@ sourmash = python.buildPythonPackage ( commonArgs // rec { pname = "sourmash"; - version = "4.8.7"; + version = "4.8.8"; format = "pyproject"; cargoDeps = rustPlatform.importCargoLock { diff --git a/pyproject.toml b/pyproject.toml index 3a141d4b7..083016d1c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,7 @@ build-backend = 'maturin' name = "sourmash" description = "tools for comparing biological sequences with k-mer sketches" readme = "README.md" -version = "4.8.7" +version = "4.8.8" authors = [ { name="Luiz Irber", orcid="0000-0003-4371-9659" },