Skip to content

Commit

Permalink
version bump; doc; build sub
Browse files Browse the repository at this point in the history
  • Loading branch information
plandes committed Jan 25, 2025
1 parent 061f0c8 commit 6d1bbcf
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,9 @@ jobs:
uses: actions/checkout@v3
with:
submodules: recursive
- uses: conda-incubator/setup-miniconda@v3

- name: Setup conda
uses: conda-incubator/setup-miniconda@v3
with:
environment-file: src/python/environment.yml
activate-environment: mimicsid
Expand Down
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
## [Unreleased]


## [1.9.0] - 2025-01-24
### Removed
- Support for Python 3.10.

Expand Down Expand Up @@ -140,7 +141,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).


<!-- links -->
[Unreleased]: https://github.com/plandes/mimicsid/compare/v1.8.0...HEAD
[Unreleased]: https://github.com/plandes/mimicsid/compare/v1.9.0...HEAD
[1.9.0]: https://github.com/plandes/mimicsid/compare/v1.8.0...v1.9.0
[1.8.0]: https://github.com/plandes/mimicsid/compare/v1.7.0...v1.8.0
[1.7.0]: https://github.com/plandes/mimicsid/compare/v1.6.0...v1.7.0
[1.6.0]: https://github.com/plandes/mimicsid/compare/v1.5.1...v1.6.0
Expand Down

0 comments on commit 6d1bbcf

Please sign in to comment.