This commit is contained in:
Derek Bekoe 2017-04-17 13:33:25 -07:00 коммит произвёл GitHub
Родитель 8e62b7634b
Коммит 80607313f9
2 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -3,7 +3,7 @@
Release History
===============
2.0.2 (unreleased)
2.0.2 (2017-04-17)
++++++++++++++++++
* role: fix issues on role definition update (#2745)
* create-for-rbac: ensure user provided password is picked up

Просмотреть файл

@ -8,7 +8,7 @@
from codecs import open
from setuptools import setup
VERSION = '2.0.1+dev'
VERSION = '2.0.2+dev'
CLASSIFIERS = [
'Development Status :: 5 - Production/Stable',