Skip to content

Commit

Permalink
1.0.3
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
github-actions committed Feb 9, 2023
1 parent deaeb9c commit a937695
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

<!--next-version-placeholder-->

## v1.0.3 (2023-02-09)
### Fix
* Git sha type error ([`02064fb`](https://github.com/in03/proxima/commit/02064fb439786c37c305e763c0c06b97fe9e230f))
* Git_sha attribute error ([`357c821`](https://github.com/in03/proxima/commit/357c821e6f021b7b9ef3cb8909dae727468f2775))

## v1.0.2 (2023-02-06)
### Fix
* Package path was using PWD! ([`4b2972d`](https://github.com/in03/proxima/commit/4b2972d55c274f3e74429c0c454040e13dacda0b))
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "proxima"
version = "1.0.2"
version = "1.0.3"
description = "Transcode source media in DaVinci Resolve using multiple machines. Great for quickly creating proxies without interrupting work."
authors = ["Caleb Trevatt <in03@users.noreply.github.com>"]
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion src/proxima/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "1.0.2"
__version__ = "1.0.3"

import os

Expand Down

0 comments on commit a937695

Please sign in to comment.