Skip to content

Commit ffd7176

Browse files
committed
Merge tag 'v0.17.0' into develop
v0.17.0
2 parents 066720b + cb32476 commit ffd7176

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.16.2
2+
current_version = 0.17.0
33

44
[bumpversion:file:pyproject.toml]
55
search = {current_version}

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
CHANGELOG
22
=====
33

4-
Next Release
4+
0.17.0
55
-----
66

77
Features:

hvcc/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
VERSION = "0.16.2"
1+
VERSION = "0.17.0"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "hvcc"
3-
version = "0.16.2"
3+
version = "0.17.0"
44
description = "`hvcc` is a python-based dataflow audio programming language compiler that generates C/C++ code and a variety of specific framework wrappers."
55
authors = ["Enzien Audio, Wasted Audio"]
66
license = "GPLv3"

0 commit comments

Comments
 (0)