diff --git a/docs/HISTORY.txt b/docs/HISTORY.txt index 4f40e39..72c1440 100644 --- a/docs/HISTORY.txt +++ b/docs/HISTORY.txt @@ -1,6 +1,11 @@ Changelog ========= +1.75.1 (2024-12-06) +------------------- +- Task: #277396 - Author support in carryover and bulk import. + [batradav] + 1.75.0 (2024-12-05) ------------------- - Task: #277396 - Only notify author SE. diff --git a/setup.py b/setup.py index a52795f..4be1d28 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ from setuptools import find_packages from setuptools import setup -version = "1.75.0" +version = "1.75.1" setup( name="esdrt.content",