Commit 258a533 loli
committed
1 parent 96f183d commit 258a533 Copy full SHA for 258a533
File tree 4 files changed +4
-3
lines changed
4 files changed +4
-3
lines changed Original file line number Diff line number Diff line change
1
+ v0.5.2, 2024-07-23 -- Hotfixes
1
2
v0.5.1, 2024-04-03 -- Hotfixes
2
3
v0.5.0, 2024-04-03 -- Addressed all depreciation warnings and incompatabilities
3
4
Updated documentation
Original file line number Diff line number Diff line change 50
50
# The short X.Y version.
51
51
version = "0.5"
52
52
# The full version, including alpha/beta/rc tags.
53
- release = "0.5.1 "
53
+ release = "0.5.2 "
54
54
55
55
# Automatically created autosummary entries (thus no need to call sphinx-autogen)
56
56
autosummary_generate = True
Original file line number Diff line number Diff line change 24
24
along with this program. If not, see <http://www.gnu.org/licenses/>.
25
25
"""
26
26
27
- __version__ = "0.5.1 "
27
+ __version__ = "0.5.2 "
Original file line number Diff line number Diff line change @@ -138,7 +138,7 @@ def run_setup(with_compilation):
138
138
139
139
setup (
140
140
name = "MedPy" ,
141
- version = "0.5.1 " , # major.minor.micro
141
+ version = "0.5.2 " , # major.minor.micro
142
142
description = "Medical image processing in Python" ,
143
143
author = "Oskar Maier" ,
144
144
You can’t perform that action at this time.
0 commit comments