From ce1fa3071632ce6a8af8b90ec0d234e8bf4c593f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20B=C4=83tr=C3=A2nu?= Date: Mon, 24 Sep 2018 15:28:47 +0300 Subject: [PATCH] [refs #98703] Release 1.71.1 --- docs/HISTORY.txt | 9 +++++++-- setup.py | 2 +- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/docs/HISTORY.txt b/docs/HISTORY.txt index 7f3bc8c9..f59f6030 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 b6a27472..97519a8b 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,