Skip to content

Commit

Permalink
release boa 0.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
wolfv committed Dec 5, 2022
1 parent 5234f95 commit c0fdcc3
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
0.14.0 (November 10, 2022)
==========================

- [boa] fix schema mistake (destination should be folder in schema) (thanks @alexshagiev) #316
- [boa] For issue 313 use os.path.normpath not os.normpath when setting git_url. (thanks @ericvoltron) #314
- [boa, mambabuild] update precommit files (thanks @mariusvniekerk) #315

0.13.0 (November 10, 2022)
==========================

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, 13, 0)
version_info = (0, 14, 0)
__version__ = ".".join(map(str, version_info))

0 comments on commit c0fdcc3

Please sign in to comment.