Skip to content

Commit

Permalink
Release v3.3.1-alpha1
Browse files Browse the repository at this point in the history
  • Loading branch information
althonos committed Feb 20, 2024
1 parent 01a95a2 commit dd9a3a2
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ jobs:
env:
CIBW_ARCHS: aarch64
CIBW_BUILD: ${{ matrix.python-tag }}
CIBW_BUILD_FRONTEND: build
CIBW_BEFORE_BUILD: pip install cython
CIBW_BUILD_VERBOSITY: 2
CIBW_TEST_COMMAND: python -m unittest pyrodigal.tests -vv
Expand Down Expand Up @@ -73,6 +74,7 @@ jobs:
env:
CIBW_ARCHS: x86_64
CIBW_BUILD: ${{ matrix.python-tag }}
CIBW_BUILD_FRONTEND: build
CIBW_BEFORE_BUILD: pip install cython
CIBW_BUILD_VERBOSITY: 2
CIBW_TEST_COMMAND: python -m unittest pyrodigal.tests -vv
Expand Down Expand Up @@ -109,6 +111,7 @@ jobs:
env:
CIBW_ARCHS: x86_64
CIBW_BUILD: ${{ matrix.python-tag }}
CIBW_BUILD_FRONTEND: build
CIBW_BEFORE_BUILD: pip install cython
CIBW_BUILD_VERBOSITY: 2
CIBW_TEST_COMMAND: python -m unittest pyrodigal.tests -vv
Expand Down Expand Up @@ -140,6 +143,7 @@ jobs:
env:
CIBW_ARCHS: arm64
CIBW_BUILD: ${{ matrix.python-tag }}
CIBW_BUILD_FRONTEND: build
CIBW_BEFORE_BUILD: pip install cython
CIBW_BUILD_VERBOSITY: 2
CIBW_TEST_COMMAND: python -m unittest pyrodigal.tests -vv
Expand Down
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,13 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
[Unreleased]: https://github.com/althonos/pyrodigal/compare/v3.3.0...HEAD


## [v3.3.1-alpha1] - 2024-02-20
[v3.3.1-alpha1]: https://github.com/althonos/pyrodigal/compare/v3.3.0...v3.3.1-alpha1

### Changed
- Compile Cython extension with [profile-guided optimizations](https://gcc.gnu.org/onlinedocs/gcc-10.1.0/gcc/Optimize-Options.html#index-fprofile-use) enabled on UNIX platforms.


## [v3.3.0] - 2024-01-24
[v3.3.0]: https://github.com/althonos/pyrodigal/compare/v3.2.2...v3.3.0

Expand Down
2 changes: 1 addition & 1 deletion pyrodigal/_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "3.3.0"
__version__ = "3.3.1-alpha1"

0 comments on commit dd9a3a2

Please sign in to comment.