Skip to content

Commit

Permalink
0.6.2
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
semantic-release committed Jun 19, 2024
1 parent 307c3f0 commit 681c083
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.6.2 (2024-06-19)

### Fix

- Add option to save matched image in `lr` and overwrite images in `swap` (#64) ([`307c3f0`](https://github.com/34j/vr180-convert/commit/307c3f08d71a25093c52340f07cdacf5bcd59139))

## v0.6.1 (2024-06-19)

### 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.6.1"
release = "0.6.2"

# -- 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.6.1"
version = "0.6.2"
description = "Simple VR180 image converter"
authors = ["34j <34j.95a2p@simplelogin.com>"]
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.6.1"
__version__ = "0.6.2"
from .remapper import apply, apply_lr, get_map
from .transformer import (
DenormalizeTransformer,
Expand Down

0 comments on commit 681c083

Please sign in to comment.