Skip to content

Commit

Permalink
0.6.0
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
semantic-release committed Jun 16, 2024
1 parent 1177d95 commit 0e1f3ab
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 3 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## v0.6.0 (2024-06-16)

### Feature

- Add automatch ([`1177d95`](https://github.com/34j/vr180-convert/commit/1177d956a65b8a56a3ac9dbef10ef546f2740ec0))

### Documentation

- Add more extensions ([`5e35a34`](https://github.com/34j/vr180-convert/commit/5e35a34c8092918c861e5577dd45d7281408b683))
- Add myst_enable_extensions (#61) ([`1873206`](https://github.com/34j/vr180-convert/commit/1873206dc6bfc1f09f54b25a17d1af318d2a2e80))
- Add math docs (#60) ([`f255f70`](https://github.com/34j/vr180-convert/commit/f255f70cecfdce110bc1729587bfa3688cc8d551))

## v0.5.1 (2024-05-23)

### 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.5.1"
release = "0.6.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.5.1"
version = "0.6.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.5.1"
__version__ = "0.6.0"
from .remapper import apply, apply_lr, get_map
from .transformer import (
DenormalizeTransformer,
Expand Down

0 comments on commit 0e1f3ab

Please sign in to comment.