diff --git a/docs/HISTORY.txt b/docs/HISTORY.txt index 70f349f..c9f7027 100644 --- a/docs/HISTORY.txt +++ b/docs/HISTORY.txt @@ -1,6 +1,16 @@ Changelog ========= +1.74.0 (2023-01-11) +------------------- +- Feature: #159091 - Hide EU Key Category and MS Key Category Tickboxes +- Feature: #159092 - Addition of New Description Flags +- Feature: #159093 - Introduction of New Internal Flag +- Feature: #159094 - Removal of Draft/Final Conclusion Flags Which Are No Longer Useful +- Feature: #159095 - Update of EMRT flag text +- Feature: #159096 - Removal of the Display Showing The Step an Observation is in + [batradav] + 1.73.9 (2021-03-28) ------------------- - Bug: #130641 - Unable to untick PSI diff --git a/setup.py b/setup.py index 54d200c..4ef8069 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ from setuptools import find_packages from setuptools import setup -version = "1.73.9" +version = "1.74.0" setup( name="esdrt.content",