Skip to content

Commit

Permalink
0.3.0
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
semantic-release committed May 19, 2024
1 parent 1fac41f commit 5a0d4c7
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## v0.3.0 (2024-05-19)

### Feature

- Add rectilineardecoder (#44) ([`1fac41f`](https://github.com/34j/vr180-convert/commit/1fac41f4235e7354753cd6fd9a59e5bafe942ffc))

## v0.2.2 (2024-05-15)

### Fix
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
project = "VR180 image converter"
copyright = "2024, 34j"
author = "34j"
release = "0.2.2"
release = "0.3.0"

# -- General configuration ---------------------------------------------------
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration
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 = "vr180-convert"
version = "0.2.2"
version = "0.3.0"
description = "Simple VR180 image converter"
authors = ["34j <[email protected]>"]
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion src/vr180_convert/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "0.2.2"
__version__ = "0.3.0"
from .remapper import apply, apply_lr, get_map
from .transformer import (
DenormalizeTransformer,
Expand Down

0 comments on commit 5a0d4c7

Please sign in to comment.