File tree 3 files changed +6
-2
lines changed
3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 2
2
3
3
<!-- next-version-placeholder-->
4
4
5
+ ## v1.0.4 (2023-02-09)
6
+ ### Fix
7
+ * Isort broke fragile __ init__ imports ([ ` e227ac2 ` ] ( https://github.com/in03/proxima/commit/e227ac23a4daea40bcd278d9749b6442c61205de ) )
8
+
5
9
## v1.0.3 (2023-02-09)
6
10
### Fix
7
11
* Git sha type error ([ ` 02064fb ` ] ( https://github.com/in03/proxima/commit/02064fb439786c37c305e763c0c06b97fe9e230f ) )
Original file line number Diff line number Diff line change 1
1
[tool .poetry ]
2
2
name = " proxima"
3
- version = " 1.0.3 "
3
+ version = " 1.0.4 "
4
4
description = " Transcode source media in DaVinci Resolve using multiple machines. Great for quickly creating proxies without interrupting work."
5
5
authors = [
" Caleb Trevatt <[email protected] >" ]
6
6
license = " MIT"
Original file line number Diff line number Diff line change 1
- __version__ = "1.0.3 "
1
+ __version__ = "1.0.4 "
2
2
3
3
import os
4
4
You can’t perform that action at this time.
0 commit comments