Skip to content

Commit 673dc5f

Browse files
author
github-actions
committed
1.0.4
Automatically generated by python-semantic-release
1 parent b783acc commit 673dc5f

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
<!--next-version-placeholder-->
44

5+
## v1.0.4 (2023-02-09)
6+
### Fix
7+
* Isort broke fragile __init__ imports ([`e227ac2`](https://github.com/in03/proxima/commit/e227ac23a4daea40bcd278d9749b6442c61205de))
8+
59
## v1.0.3 (2023-02-09)
610
### Fix
711
* Git sha type error ([`02064fb`](https://github.com/in03/proxima/commit/02064fb439786c37c305e763c0c06b97fe9e230f))

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "proxima"
3-
version = "1.0.3"
3+
version = "1.0.4"
44
description = "Transcode source media in DaVinci Resolve using multiple machines. Great for quickly creating proxies without interrupting work."
55
authors = ["Caleb Trevatt <[email protected]>"]
66
license = "MIT"

src/proxima/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "1.0.3"
1+
__version__ = "1.0.4"
22

33
import os
44

0 commit comments

Comments
 (0)