Skip to content

Commit

Permalink
Release v1.1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
valentynbez committed Jun 26, 2024
1 parent a861105 commit 014b299
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 8 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
env:
CIBW_ARCHS: aarch64
CIBW_BUILD: ${{ matrix.python-tag }}
CIBW_BEFORE_ALL: apt-get update && apt-get intall libbz2-dev
CIBW_BEFORE_ALL: yum install -y bzip2-devel xz-devel
CIBW_BEFORE_BUILD: pip install cython
CIBW_TEST_COMMAND: python -m unittest mDeepFRI.tests -vv
CIBW_BUILD_VERBOSITY: 2
Expand All @@ -53,7 +53,7 @@ jobs:
env:
CIBW_ARCHS: x86_64
CIBW_BUILD: ${{ matrix.python-tag }}
CIBW_BEFORE_ALL: apt-get update && apt-get intall libbz2-dev
CIBW_BEFORE_ALL: yum install -y bzip2-devel xz-devel
CIBW_BEFORE_BUILD: pip install cython
CIBW_TEST_COMMAND: python -m unittest mDeepFRI.tests -vv
CIBW_BUILD_VERBOSITY: 2
Expand Down
12 changes: 7 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,12 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]
[Unreleased]: https://github.com/bioinf-MCB/Metagenomic-DeepFRI/compare/v1.1.7...HEAD
[Unreleased]: https://github.com/bioinf-MCB/Metagenomic-DeepFRI/compare/v1.1.8...HEAD

## [Release]

## [1.1.8] - 2024-06-26
[1.1.8]: https://github.com/bioinf-MCB/Metagenomic-DeepFRI/compare/v1.1.7...v1.1.8

### Added

Expand All @@ -15,10 +20,7 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

### Fixed
- hetero atom bug introduced by Ruff (c044a158)

## [Release]


- MacOS CI/CD bug connected to Foldcomp binary

## [1.1.7] - 2024-06-10
[1.1.7]: https://github.com/bioinf-MCB/Metagenomic-DeepFRI/compare/v1.1.6...v1.1.7
Expand Down
2 changes: 1 addition & 1 deletion mDeepFRI/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

from mDeepFRI.mmseqs import QueryFile

__version__ = "1.1.7"
__version__ = "1.1.8"
__author__ = "Valentyn Bezshapkin <[email protected]>"
__licencse__ = "BSD-3-Clause"

Expand Down

0 comments on commit 014b299

Please sign in to comment.