Skip to content

Commit

Permalink
bump version to v0.2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
Jacob Reinhold committed Feb 21, 2022
1 parent 71cc276 commit 58e3782
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@
History
=======

0.2.6 (2022-02-20)
------------------

* Fix mutation issue; appeared to be because took a view of SimpleITK image instead of a copy
* Only support Python 3.9 (and greater when SimpleITK does so). It takes too long to support
old versions of Python, and the primary use case would be to support legacy systems,
e.g., for industry.

0.2.5 (2022-02-20)
------------------

Expand Down
2 changes: 1 addition & 1 deletion pymedio/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
__url__ = "https://github.com/jcreinhold/pymedio"
__author__ = """Jacob Reinhold"""
__email__ = "[email protected]"
__version__ = "0.2.5"
__version__ = "0.2.6"
__license__ = "MIT"
__copyright__ = "Copyright 2021 Jacob Reinhold"

Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ dicom =
pymedio = py.typed

[bumpversion]
current_version = 0.2.5
current_version = 0.2.6
commit = True
tag = True

Expand Down

0 comments on commit 58e3782

Please sign in to comment.