We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e198a0b commit d8d70a0Copy full SHA for d8d70a0
release-notes.md
@@ -1,6 +1,6 @@
1
v 0.16.0
2
========
3
-- BREAKING_CHANGE `OrthancCleaner`: can now filter on `modalities in study`. Rules file has changed.
+- BREAKING_CHANGE `OrthancCleaner` can now filter on `modalities in study`. Rules file format has changed.
4
5
v 0.15.4
6
setup.py
@@ -28,7 +28,7 @@
28
# For a discussion on single-sourcing the version across setup.py and the
29
# project code, see
30
# https://packaging.python.org/guides/single-sourcing-package-version/
31
- version='0.15.4', # Required
+ version='0.16.0', # Required
32
33
# This is a one-line description or tagline of what your project does. This
34
# corresponds to the "Summary" metadata field:
0 commit comments