From a937695e6d1cd7e8bd07a4548056bfca74b6615f Mon Sep 17 00:00:00 2001 From: github-actions Date: Thu, 9 Feb 2023 01:24:59 +0000 Subject: [PATCH] 1.0.3 Automatically generated by python-semantic-release --- CHANGELOG.md | 5 +++++ pyproject.toml | 2 +- src/proxima/__init__.py | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 34fc3d9..ea6801f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,11 @@ +## 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)) diff --git a/pyproject.toml b/pyproject.toml index a99c4d3..a577dc5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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 "] license = "MIT" diff --git a/src/proxima/__init__.py b/src/proxima/__init__.py index aa2fc97..ed0e4cc 100644 --- a/src/proxima/__init__.py +++ b/src/proxima/__init__.py @@ -1,4 +1,4 @@ -__version__ = "1.0.2" +__version__ = "1.0.3" import os