CHANGES
=======

1.4.0
-----

* Update python classifier in setup.cfg

1.0.0
-----

* Fix listing and removing roles from users
* Fix typo in help text
* Bugfix: Six removal introduced regression in v1/users
* Add check-requirements to Zuul tests

0.12.0
------

* Switch to 2023.1 Python3 unit tests and generic template name
* Remove six

0.11.0
------

* Update python testing for zed cycle testing runtime

0.10.0
------

* Migrate from testr to stestr

0.8.0
-----

* bump py37 to py38 in tox.ini
* Add expected zuul jobs

0.7.0
-----

* Use unittest.mock instead of mock
* Add py38 package metadata

0.6.0
-----

* Cleanup py27 support
* Replace six.iteritems() with .items()
* Change to releases.openstack.org
* [ussuri][goal] drop python 2.7 support

0.5.0
-----

* Switch Adjutant service type to Admin-Logic
* OpenDev Migration Patch
* Fix some py3 issues and a user invite cancel bug
* fix tox python3 overrides

0.3.1
-----

* Add tox.ini

0.3.0
-----

* Remove HTTP client
* Added Quota Commands
* Fixing an issue with json data caused by a code update
* Update .gitreview file for openstack gerrit

0.2.2
-----

* Remove incorrect readme line

0.2.1
-----

* Properly handle empty values for show task

0.2.0
-----

* Renamed to Adjutant and cull legacy code

0.1.6
-----

* Stacktask Client as a plugin for openstack client

0.1.5
-----

* Better support for unauthenticated requests
* Add unauthenticated signup support to stacktask client

0.1.4
-----

* Fixing client format and sort issues

0.1.3
-----

* updating shell and client to use KeystoneAuth
* Fix keystoneclient exceptions import. Bump package versions in requirements
* adding a few print outs to some commands

0.1.2
-----

* updating user role CLI cmds to resolve use\_id from email

0.1.1
-----

* Adding a readme for pypi
* minor gitignore changes
* Remove duplicated code in token\_submit functions
* Tons of clean up, some new features, some bug fixes
* Add cohort column to user-list output
* Updating client to be able to use all the stacktask endpoints
* Lots of cleanup
* Adding task-list and reissue-token
* Implementing password reset and status endpoints
* Implemented --bypass-url, token submission, user-role editing
* Initial version of python-stacktaskclient
* gitreview file
