Skip to content

Commit

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

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

## v1.0.2 (2023-02-06)
### Fix
* Package path was using PWD! ([`4b2972d`](https://github.com/in03/proxima/commit/4b2972d55c274f3e74429c0c454040e13dacda0b))

### Documentation
* Update README.md ([`7a49fd7`](https://github.com/in03/proxima/commit/7a49fd7881b8b73b18e3c5a2817b114cecd79303))

## v1.0.1 (2023-01-25)
### Fix
* **BuildInfo:** Incorrect version import ([`100e006`](https://github.com/in03/proxima/commit/100e006ab4fe63d5501ad2644837cd1926f85393))
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.1"
version = "1.0.2"
description = "Transcode source media in DaVinci Resolve using multiple machines. Great for quickly creating proxies without interrupting work."
authors = ["Caleb Trevatt <[email protected]>"]
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.1"
__version__ = "1.0.2"

import os
import semver
Expand Down

0 comments on commit bbbad24

Please sign in to comment.