Skip to content

Commit

Permalink
Merge pull request #396 from wolfv/release-0.17.0
Browse files Browse the repository at this point in the history
release 0.17.0
  • Loading branch information
wolfv committed Mar 23, 2024
2 parents e18263a + af440e4 commit 00a11ff
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
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))

0 comments on commit 00a11ff

Please sign in to comment.