Skip to content

Commit

Permalink
0.73.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Dunn committed Nov 22, 2023
1 parent facb921 commit 2d7f5a4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,9 @@ The new unit tests initiative uses pytest. Use the test_run.py file if you want
Recent Changes(See [Full Changelog](kaithem/src/docs/changes.md))
============

### 0.73.2
- :bug: Fix crackling audio on some systems by using the system suggested PipeWire quantum

### 0.73.1
- :bug: Fix chandler not liking cues with empty strings for some settings
- :bug: Fix incredibly dumb bug where I forgot that isinstance doesn't consider int subtype of float. :facepalm:
Expand Down
4 changes: 2 additions & 2 deletions kaithem/__version__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
__version__ = "0.73.1"
__version_info__ = (0, 73, 1, "release", 0)
__version__ = "0.73.2"
__version_info__ = (0, 73, 2, "release", 0)

0 comments on commit 2d7f5a4

Please sign in to comment.