Skip to content

Commit

Permalink
0.4.3
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
semantic-release authored and beatreichenbach committed May 22, 2023
1 parent 4e13d4c commit 125932a
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
@@ -1,5 +1,12 @@
<!--next-version-placeholder-->

## v0.4.3 (2023-05-21)
### Feature
* **window:** Add default widget states ([`f8ee4ee`](https://github.com/beatreichenbach/realflare/commit/f8ee4ee3b6f61dd5efd9c7b3249bb11bb6f92615))

### Fix
* **paramaters:** Use staticmethod to get lens model ([`4e13d4c`](https://github.com/beatreichenbach/realflare/commit/4e13d4c905e1fb6917c82ee250cd9d046d6e5a91))

## v0.4.2 (2023-05-20)
### Fix
* **sentry:** Only ask in gui ([`cc48d8e`](https://github.com/beatreichenbach/realflare/commit/cc48d8e725dd6cf609946333614d9ffc60a54764))
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[project]
name = "realflare"
description = "Physically-Based Lens Flare Tool"
version = "0.4.2"
version = "0.4.3"
authors = [
{name = "Beat Reichenbach"}
]
Expand Down
2 changes: 1 addition & 1 deletion realflare/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import os

__version__ = '0.4.2'
__version__ = '0.4.3'

os.environ['OPENCV_IO_ENABLE_OPENEXR'] = '1'

0 comments on commit 125932a

Please sign in to comment.