Skip to content

Commit

Permalink
Bump version to 0.14
Browse files Browse the repository at this point in the history
  • Loading branch information
Unrud committed May 17, 2020
1 parent d50c340 commit 59987a0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# Changes in 0.14

* Use absolute path for modprobe
* Skip kernel parameter check for kernels >= 4.15

# Changes in 0.13

* Detect python interpreter with build system
Expand Down
2 changes: 1 addition & 1 deletion src/init-headphone.in
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ import traceback

__all__ = ['init', 'set_mute', 'set_effect', 'recovery']

VERSION = '0.13'
VERSION = '0.14'
SUPPORTED_I2C_BUS_NAMES = ['SMBus I801 adapter']
I2C_CLASS_PATH = '/sys/class/i2c-dev'
DEV_PATH = '/dev'
Expand Down

0 comments on commit 59987a0

Please sign in to comment.