diff --git a/docs/HISTORY.txt b/docs/HISTORY.txt index 109199b..76e6905 100644 --- a/docs/HISTORY.txt +++ b/docs/HISTORY.txt @@ -2,8 +2,8 @@ Changelog ========= -1.9.6 (unreleased) ------------------- +1.10.0 (2016-11-08) +------------------- - Add a basic user export to the @@user_management`-view. It exports all member properties and the assigned groups of the users. diff --git a/setup.py b/setup.py index 212a3d0..e11a434 100644 --- a/setup.py +++ b/setup.py @@ -1,7 +1,7 @@ from setuptools import setup, find_packages import os -version = '1.9.6.dev0' +version = '1.10.0' maintainer = 'Mathias Leimgruber' tests_require = [ 'ftw.builder',