diff --git a/docs/HISTORY.txt b/docs/HISTORY.txt index 7f3bc8c..f59f603 100644 --- a/docs/HISTORY.txt +++ b/docs/HISTORY.txt @@ -1,9 +1,14 @@ Changelog ========= -1.71.0 (2018-04-30) +1.71.1 (2018-09-24) ------------------- -- Bug: #98703 - Auditor role +- Bug: #98703 - Auditor role - fixed migration step + [batradav] + +1.71.0 (2018-09-24) +------------------- +- Feature: #98703 - Auditor role [batradav] 1.70.4 (2018-04-30) diff --git a/setup.py b/setup.py index b6a2747..97519a8 100644 --- a/setup.py +++ b/setup.py @@ -1,7 +1,7 @@ from setuptools import setup, find_packages import os -version = '1.71.0' +version = '1.71.1' setup(name='esdrt.content', version=version,