Skip to content
This repository has been archived by the owner on Dec 5, 2024. It is now read-only.

release 0.17.0 #396

Merged
merged 1 commit into from
Mar 23, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
0.17.0 (March 21, 2024)
=======================

- Many fixes for the latest conda, conda-build and mamba versions (thanks @mbargull @jaimergp @bamarco @deepsihag) #395 #393 #384 #380

0.15.1 (June 21, 2023)
======================

Expand Down
2 changes: 1 addition & 1 deletion boa/_version.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Copyright (C) 2021, QuantStack
# SPDX-License-Identifier: BSD-3-Clause

version_info = (0, 16, 0)
version_info = (0, 17, 0)
__version__ = ".".join(map(str, version_info))