Skip to content

Commit

Permalink
Release 0.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
jmsmkn committed Feb 1, 2022
1 parent 0ef2b2e commit f6a1544
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 7 deletions.
4 changes: 4 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# History

## 0.5.3 (2022-02-01)

* Fix determination of slice spacing with oblique volumes

## 0.5.2 (2021-10-20)

* Fix duplicate except clause
Expand Down
2 changes: 1 addition & 1 deletion panimg/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "0.5.2"
__version__ = "0.5.3"

import logging

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ commands =

[tool.poetry]
name = "panimg"
version = "0.5.2"
version = "0.5.3"
description = "Conversion of medical images to MHA and TIFF."
license = "Apache-2.0"
authors = ["James Meakin <[email protected]>"]
Expand Down
5 changes: 0 additions & 5 deletions tests/test_panimg.py

This file was deleted.

0 comments on commit f6a1544

Please sign in to comment.