Adds ability to extend one config with another

apply_config() checks for 'extends' in TOML config

2.3.0 section added to README

three example extender.toml configs added
This commit is contained in:
2023-07-11 19:34:43 +01:00
parent 5640f54e65
commit f854ec7875
7 changed files with 68 additions and 8 deletions

View File

@@ -1,6 +1,6 @@
[tool.poetry]
name = "voicemeeter-api"
version = "2.2.1"
version = "2.3.0"
description = "A Python wrapper for the Voiceemeter API"
authors = ["onyx-and-iris <code@onyxandiris.online>"]
license = "MIT"