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

Commit 00a11ff

Browse files
authored
Merge pull request #396 from wolfv/release-0.17.0
release 0.17.0
2 parents e18263a + af440e4 commit 00a11ff

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
0.17.0 (March 21, 2024)
2+
=======================
3+
4+
- Many fixes for the latest conda, conda-build and mamba versions (thanks @mbargull @jaimergp @bamarco @deepsihag) #395 #393 #384 #380
5+
16
0.15.1 (June 21, 2023)
27
======================
38

boa/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Copyright (C) 2021, QuantStack
22
# SPDX-License-Identifier: BSD-3-Clause
33

4-
version_info = (0, 16, 0)
4+
version_info = (0, 17, 0)
55
__version__ = ".".join(map(str, version_info))

0 commit comments

Comments
 (0)